We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6db55 commit 9214b9fCopy full SHA for 9214b9f
scripts/rpm-install.sh
@@ -58,6 +58,10 @@ set -u
58
59
sh -c 'g=/usr/lib*/galera*/libgalera_smm.so; echo -e "[galera]\nwsrep_provider=$g"' |
60
sudo tee /etc/my.cnf.d/galera.cnf
61
+
62
+# Any of the below steps could fail
63
+trap save_failure_logs ERR
64
+set -e
65
case "$systemdCapability" in
66
yes)
67
if ! sudo systemctl start mariadb; then
0 commit comments