Skip to content

Commit

Permalink
Merge pull request #177 from percona/patrickbirch-patch-1
Browse files Browse the repository at this point in the history
Update configure-cluster-ubuntu.md
  • Loading branch information
patrickbirch authored Oct 31, 2024
2 parents 6c98e33 + e50f880 commit cf198b2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/configure-cluster-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,6 @@ cluster status can be checked with the following command:

This output shows that the cluster has been successfully bootstrapped.

To perform [State Snapshot Transfer](state-snapshot-transfer.md#state-snapshot-transfer) using *XtraBackup*,
set up a new user with proper [privileges](https://docs.percona.com/percona-xtrabackup/8.0/privileges.html):

```{.bash data-prompt="mysql@pxc1>"}
mysql@pxc1> CREATE USER 'sstuser'@'localhost' IDENTIFIED BY 's3cretPass';
mysql@pxc1> GRANT PROCESS, RELOAD, LOCK TABLES, REPLICATION CLIENT ON *.* TO 'sstuser'@'localhost';
mysql@pxc1> FLUSH PRIVILEGES;
```

!!! note

MySQL root account can also be used for performing SST, but it is more secure to use a different (non-root) user for this.

## Step 3. Configure the second node

1. Make sure that the configuration file `/etc/mysql/my.cnf`
Expand Down

0 comments on commit cf198b2

Please sign in to comment.