i have 3 node percona cluster
i am little confused about how to stop bootstrap node in my scenario
ex. i am going to make few changes in my.cnf that requires mysql restart .
i am following below method
First node -: systemctl stop mysql
systemctl start mysql
Second Node : systemctl stop mysql
systemctl start mysql
Third node(bootstrap node ) : systemctl stop mysql
so my third node is not stopping using systemctl stop mysql command
so do i need to stop like this systemctl stop mysql@bootstrap ?
i am little confused about how to stop bootstrap node in my scenario
ex. i am going to make few changes in my.cnf that requires mysql restart .
i am following below method
First node -: systemctl stop mysql
systemctl start mysql
Second Node : systemctl stop mysql
systemctl start mysql
Third node(bootstrap node ) : systemctl stop mysql
so my third node is not stopping using systemctl stop mysql command
so do i need to stop like this systemctl stop mysql@bootstrap ?
Comment