Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.16-galera
-
CentOS 7
Description
After installing MariaDB Galera from YUM repo, could not find bootstrap command option for starting cluster:
[root@node1 ~]# systemctl start mysql --wsrep_new_cluster
|
systemctl: unrecognized option '--wsrep_new_cluster'
|
As with PXC:
[root@node1 ~]# systemctl start mysql@bootstrap.service
|
Failed to issue method call: Unit mysql@bootstrap.service failed to load: No such file or directory.
|
|
[root@node1 ~]# systemctl bootstrap mysql.service
|
Unknown operation 'bootstrap'.
|
I'm facing the same bug with Debian packages for version 10.0.21 from MariaDB repo.
It gets a bit worse because
sudo service mysql start --wsrep_new_cluster
fails silently. Unlike systemctl, there is no error output. Thus the user might think, as I did, that everything is going fine.