Skip to content

Commit a327059

Browse files
committed
Make it clear backing up to replica is not supported
1 parent 1984432 commit a327059

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
backup and restore GitHub Enterprise 2.10 and earlier.
1313

1414
2. Copy the [`backup.config-example`][3] file to `backup.config` and modify as
15-
necessary. The `GHE_HOSTNAME` value must be set to the GitHub Enterprise
15+
necessary. The `GHE_HOSTNAME` value must be set to the primary GitHub Enterprise
1616
host name. Additional options are available and documented in the
1717
configuration file but none are required for basic backup functionality.
1818

19+
As the data on a High Availability replica may be in a transient state at the time of backup,
20+
Backup Utilities should not be used to backup data from a High Availability replica.
21+
1922
* Backup Utilities will attempt to load the backup configuration from the following
2023
locations, in this order:
2124

0 commit comments

Comments
 (0)