You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nathos had a great recommendation to not use the term HA backup as it confuses things and instead use HA replica. I think he was spot on and made the changes.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,8 +232,9 @@ Note: the `GHE_DATA_DIR` variable set in `backup.config` can be used to change
232
232
the disk location where snapshots are written.
233
233
234
234
### How does this data differ from the HA (High Availability) backup data?
235
-
##### The purpose of the High Avaibility backup
236
-
These two backups serve different purposes. The [HA backup](https://help.github.com/enterprise/2.0/admin-guide/high-availability-cluster-configuration/) has the primary purpose of being another a backup instance that is ready in case the primary instance becomes unavailable. The HA backup pulls data from the primary instance to ensure it is up to date in case it needs to be promoted to the primary instance. In that sense the HA backup has all the data and configuration of the primary instance. This data on the HA instance is not usable by other instances without being extracted by the backup-utils.
235
+
236
+
##### The purpose of the High Avaibility replica
237
+
These two tools serve different purposes. The [HA replica](https://help.github.com/enterprise/2.0/admin-guide/high-availability-cluster-configuration/) has the primary purpose of being another a replica instance that is ready in case the primary instance becomes unavailable. The HA replica pulls data from the primary instance to ensure it's data is current in the case it needs to be promoted to the primary instance. In that sense the HA replica has all the data and configuration of the primary instance. However, this data on the HA instance is not usable by other instances without being extracted by the backup-utils.
237
238
238
239
##### The purpose of the backup-utils
239
240
The backup-utils data is meant to be used to restore an instance or set up a new instance. This backup data does not require the overhead of having a VM that can support running GitHub Enterprise. The backup-utils utility only copies over repository data, along with full snapshots of all other pertinent data stores. and formats this data so it can be reused in the restoration or setup of an instance.
0 commit comments