You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
we shouldn't start mariadb if it is supposed to be handled by a cluster. From what I've seen it will sometimes generates error when the script starts mariadb and we don't want to rely on the mariadb ability to recover from repeated missusage
fix idea:
if [ "$PACEMAKER_ON"="0" ] ;then
systemctl start mariadb
fi
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello my friends,
just putting it here before i forget it.
in the centreon-smooth-db-backup we do the following thing
centreon-ha/bin/centreondb-smooth-backup.sh
Line 376 in 9071097
we shouldn't start mariadb if it is supposed to be handled by a cluster. From what I've seen it will sometimes generates error when the script starts mariadb and we don't want to rely on the mariadb ability to recover from repeated missusage
fix idea:
The text was updated successfully, but these errors were encountered: