There was an error while loading. Please reload this page.
2 parents 6b8225f + a9a38fc commit 2d45784Copy full SHA for 2d45784
scripts/galera_new_cluster.sh
@@ -5,6 +5,22 @@
5
# the Free Software Foundation; either version 2.1 of the License, or
6
# (at your option) any later version.
7
8
+if [ "${1}" == "-h" -o "${1}" == "--help" ]; then
9
+ cat <<EOF
10
+
11
+Usage: ${0}
12
13
+ The script galera_new_cluster is used to bootstrap new Galera Cluster,
14
+ when all the nodes are down. Run galera_new_cluster on the first node only.
15
+ On the remaing nodes simply run 'service @DAEMON_NAME@ start'.
16
17
+ For more information on Galera Cluster configuration and usage see:
18
+ https://mariadb.com/kb/en/mariadb/getting-started-with-mariadb-galera-cluster/
19
20
+EOF
21
+ exit 0
22
+fi
23
24
VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@"
25
COMPILATION_COMMENT="@COMPILATION_COMMENT@"
26
0 commit comments