From 73ed611ff7c4d75518228d02bb4a2bf5f6b22a56 Mon Sep 17 00:00:00 2001 From: Ronnie Moore Date: Fri, 9 Sep 2022 12:05:38 -0500 Subject: [PATCH 1/2] Clarifying stale UUID behavior Clarifying stale UUID behavior with new disks --- .../configuring-backups-on-your-appliance.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md b/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md index 4477b847a84f..f9e2cfd160fb 100644 --- a/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md +++ b/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md @@ -244,7 +244,11 @@ Optionally, to validate the restore, configure an IP exception list to allow acc {% note %} -**Note:** The network settings are excluded from the backup snapshot. You must manually configure the network on the target {% data variables.product.prodname_ghe_server %} appliance as required for your environment. +**Note:** + +- The network settings are excluded from the backup snapshot. You must manually configure the network on the target {% data variables.product.prodname_ghe_server %} appliance as required for your environment. + +- When restoring to new disks on the same target instance, stale UUIDs may exist until properly torn down using `ghe-repl-teardown`. {% endnote %} From c91c908e5919d4f2b65f42581a84acf674c5b9ef Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 5 Oct 2022 09:59:01 +1000 Subject: [PATCH 2/2] Update content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md --- .../configuring-backups-on-your-appliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md b/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md index f9e2cfd160fb..82d325540420 100644 --- a/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md +++ b/content/admin/configuration/configuring-your-enterprise/configuring-backups-on-your-appliance.md @@ -248,7 +248,7 @@ Optionally, to validate the restore, configure an IP exception list to allow acc - The network settings are excluded from the backup snapshot. You must manually configure the network on the target {% data variables.product.prodname_ghe_server %} appliance as required for your environment. -- When restoring to new disks on the same target instance, stale UUIDs may exist until properly torn down using `ghe-repl-teardown`. +- When restoring to new disks on an existing or empty {% data variables.product.prodname_ghe_server %} instance, stale UUIDs may be present, resulting in Git and/or Alambic replication reporting as out of sync. Stale server entry IDs can be the result of a retired node in a high availability configuration still being present in the application database, but not in the restored replication configuration. To remediate, stale UUIDs can be torn down using `ghe-repl-teardown` once the restore has completed and prior to starting replication. In this scenario, contact {% data variables.contact.contact_ent_support %} for further assistance. {% endnote %}