Documentation: lacking reference to systemctl command on PXC add-node page
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Activity
Show:
Done
Details
Details
Assignee

Reporter

Time tracking
1h logged
Components
Fix versions
Affects versions
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Open Smart Checklist
Created November 27, 2020 at 4:07 AM
Updated March 6, 2024 at 9:20 PM
Resolved January 12, 2021 at 2:14 PM
When bootstrapping a node, we have both ways of starting the service documented (https://www.percona.com/doc/percona-xtradb-cluster/5.7/bootstrap.html):
[root@pxc1 ~]# /etc/init.d/mysql bootstrap-pxc
and
[root@pxc1 ~]# systemctl start mysql@bootstrap.service
However, when adding other nodes, we only have reference for init.d command (https://www.percona.com/doc/percona-xtradb-cluster/5.7/add-node.html):
[root@pxc2 ~]# /etc/init.d/mysql start
We should add:
[root@pxc2 ~]# systemctl start mysql
The same with the "starting the third node section" (https://www.percona.com/doc/percona-xtradb-cluster/5.7/add-node.html#starting-the-third-node)