1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/data/reusables/enterprise_installation/replication-command.md
Vanessa Yuen 3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00

10 lines
533 B
Markdown

1. To start replication of the datastores, use the `ghe-repl-start` command.
```shell
$ ghe-repl-start
```
{% warning %}
**Warning:** `ghe-repl-start` causes a brief outage on the primary server, during which users may see internal server errors. To provide a friendlier message, run `ghe-maintenance -s` on the primary node before running `ghe-repl-start` on the replica node to put the appliance in maintenance mode. Once replication starts, disable maintenance mode with `ghe-maintenance -u`.
{% endwarning %}