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
Ignore errors with mysqladmin, until we find a way to deal with multiple instances.
### Fixed
### Removed

View File

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