dump-server-state: upstream release 22.04.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
daa54cac8f
commit
55356857b2
2 changed files with 4 additions and 3 deletions
|
@ -23,7 +23,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
* evocheck: upstream release 22.04.1
|
||||
* evolinux-base: Add non-free repos & install non-free firmware on dedicated hardware
|
||||
* evolinux-base: rename backup-server-state to dump-server-state
|
||||
* dump-server-state: upstream release 22.04.1
|
||||
* dump-server-state: upstream release 22.04.2
|
||||
* generate-ldif: Add services check for bkctld
|
||||
* minifirewall: restore "force-restart" and fix "restart-if-needed"
|
||||
* minifirewall: tail template follows symlinks
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
PROGNAME="dump-server-state"
|
||||
REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state"
|
||||
|
||||
VERSION="22.04.1"
|
||||
VERSION="22.04.2"
|
||||
readonly VERSION
|
||||
|
||||
dump_dir=
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue