diff --git a/CHANGELOG b/CHANGELOG index 4e46832..5e69ab5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/dump-server-state.sh b/dump-server-state.sh index 1b80bd0..5d1ad37 100644 --- a/dump-server-state.sh +++ b/dump-server-state.sh @@ -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"