diff --git a/web/support/kb/cloud/percona_manual_sync.rst b/web/support/kb/cloud/percona_manual_sync.rst index 3455fd45fe10cc9b580aaad541684831425482b1..056e1723441e27a3b7e921f3293290008923b83a 100644 --- a/web/support/kb/cloud/percona_manual_sync.rst +++ b/web/support/kb/cloud/percona_manual_sync.rst @@ -15,11 +15,13 @@ In such cases, one can manually force sync-ing by: The detailed procedure is described below. -- stop ``mysql`` on all units:: +stop ``mysql`` on all units +--------------------------- $ juju run --application percona-cluster "sudo systemctl stop mysql" -- make sure all ``mysql`` processes are indeed stopped, do not trust ``systemctl status mysql``:: +make sure all ``mysql`` processes are indeed stopped, do not trust ``systemctl status mysql`` +--------------------------------------------------------------------------------------------- $ juju run --application percona-cluster "ps -ef | grep mysql"