Commit 1c402319 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'docs/build-36-add-output-to-repmgr-standby-setup' into 'master'

Add example output for `repmgr standby setup`

Closes gitlab-org/build/team-tasks#36

See merge request gitlab-org/gitlab-ee!3501
parents f5691ac7 b6de8d9a
......@@ -424,6 +424,22 @@ as `MASTER_NODE_NAME`.
Do note that this will remove the existing data on the node. The command
has a wait time.
The output should be similar to the following:
```console
# gitlab-ctl repmgr standby setup MASTER_NODE_NAME
Doing this will delete the entire contents of /var/opt/gitlab/postgresql/data
If this is not what you want, hit Ctrl-C now to exit
To skip waiting, rerun with the -w option
Sleeping for 30 seconds
Stopping the database
Removing the data
Cloning the data
Starting the database
Registering the node with the cluster
ok: run: repmgrd: (pid 19068) 0s
```
1. Verify the node now appears in the cluster:
```sh
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment