Ignore errors with mysqladmin, until we find a way to deal with multiple instances.

This commit is contained in:
Jérémy Lecour 2022-04-26 09:55:31 +02:00 committed by Jérémy Lecour
parent 4bf41dedb3
commit b6ad4a0929
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed ### Changed
Ignore errors with mysqladmin, until we find a way to deal with multiple instances.
### Fixed ### Fixed
### Removed ### Removed

View file

@ -725,7 +725,8 @@ task_mysql_processes() {
else else
debug "* mysqladmin ERROR" debug "* mysqladmin ERROR"
debug "${last_result}" debug "${last_result}"
rc=10 # Ignore errors because we don't know how to deal with multiple instances
# rc=10
fi fi
else else
debug "* no mysqld or mariadbd process is running" debug "* no mysqld or mariadbd process is running"