Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.1.16
-
None
Description
After upgrading our Ubuntu 14.04.2 and MariaDB 10.1.5 to latest version available, we cannot start in bootstrap mode anymore. (14.04.4 LTS and MariaDB 10.1.16).
It appear that --wsrep-new-cluster is not passed to mysqld binary and so cluster does not start.
We have temporary fixed by adding manually wsrep-new-cluster to my.cnf file, but this is not the proper way.
Remember: Ubuntu 14.04 DOES NOT use systemd and so the way to start MariaDB cluster is via "service mysql start" or "service mysql bootstrap".
T