From ded12fdbf10bbfd5760df17b861bbf507cedcfd9 Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Tue, 10 Mar 2026 21:02:20 +0530 Subject: [PATCH] DOC-3141: Update upgrade.adoc with CRR and backup instructions Added notes about disabling CRR during upgrade and restoring backup on DR cluster. --- modules/installation/pages/upgrade.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/installation/pages/upgrade.adoc b/modules/installation/pages/upgrade.adoc index 7512ea25..83c91e77 100644 --- a/modules/installation/pages/upgrade.adoc +++ b/modules/installation/pages/upgrade.adoc @@ -98,9 +98,22 @@ gadmin config set System.CrossRegionReplication.Enabled false gadmin config apply -y gadmin restart all -y ---- ++ +Disabling this flag ensures that CRR services remain inactive during the upgrade process. . Upgrade the cluster. +. Restore the backup on the DR cluster using the `--dr` flag. ++ +[source,console] +---- +gadmin backup restore --dr +---- ++ +Restoring the backup with the `--dr` flag automatically enables the +`System.CrossRegionReplication.Enabled` configuration. This flag cannot be +manually set to `true` using `gadmin config set`. + . Start CRR on the new DR cluster. + [source,console]