From 36fa97a4da1231649bac1b347ad23ef44bcaf3fd Mon Sep 17 00:00:00 2001 From: Alberto Colla <alberto.colla@garr.it> Date: Wed, 21 Jun 2023 08:11:17 +0000 Subject: [PATCH] Update file percona_manual_sync.rst --- web/support/kb/cloud/percona_manual_sync.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/support/kb/cloud/percona_manual_sync.rst b/web/support/kb/cloud/percona_manual_sync.rst index 4abc1a2..3455fd4 100644 --- a/web/support/kb/cloud/percona_manual_sync.rst +++ b/web/support/kb/cloud/percona_manual_sync.rst @@ -51,12 +51,12 @@ Finally restart MySql:: $ sudo service mysql start -.. note1:: You should perform the above operation on the last-acting master, +.. note:: You should perform the above operation on the last-acting master, otherwise ``mysql`` will fail to start. If you are unable to determine the last-acting master, edit file ``/var/lib/percona-xtradb-cluster/grastate.dat`` and set ``safe_to_bootstrap: 1``. -.. note2:: It may happen that mysql server still does not start because of failed transactions. In case try the following procedure. +.. note:: It may happen that mysql server still does not start because of failed transactions. In case try the following procedure. Looking in the log file ``/var/log/mysql/error.log`` you may find messages like: 2023-01-30T23:57:22.828179Z 0 [ERROR] Found 7 prepared transactions! It means that mysqld was not...binlog or tc.log file) was manually deleted after a crash. -- GitLab