Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions modules/installation/pages/upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <backup_name> --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]
Expand Down