FS#62989 - Multiple issues with Galera

Attached to Project: Arch Linux
Opened by unixsheikh (unixsheikh) - Monday, 24 June 2019, 02:48 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 21:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The "galera_recovery" script looks at the wrong place for "mysqld":

galera_recovery
WSREP: Failed to start mysqld for wsrep recovery: '/usr/bin/galera_recovery: line 71: ./bin/mysqld: No such file or directory'

mysql is located at /usr/bin/, not /bin

On the Arch Wiki it says that after setup the cluster needs to be bootstrapped, which is correct, but there is no bootstrapping service. The wiki displayes this command:

# systemctl start mysqld-bootstrap.service

The mysqld-bootstrap.service doesn't exist.

Instead the "galera_new_cluster" command (script) must be run.
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 21:50 GMT
Reason for closing:  Fixed
Comment by unixsheikh (unixsheikh) - Monday, 24 June 2019, 04:26 GMT
I have updated the wiki.

Also note the DOT in the wrong path in the "galera_recovery" script. It is looking for "./bin/mysqld".

Loading...