From 8d6b4c153b2b42a41be8232c8afc2b5d1a3528e5 Mon Sep 17 00:00:00 2001 From: netapp-mwallis Date: Fri, 10 Jan 2025 11:12:32 -0700 Subject: [PATCH 1/2] Fixed clone notes for backups per GH issue 957. --- .../trident-protect-migrate-apps.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/trident-protect/trident-protect-migrate-apps.adoc b/trident-protect/trident-protect-migrate-apps.adoc index b4ea4a26..f8db5549 100644 --- a/trident-protect/trident-protect-migrate-apps.adoc +++ b/trident-protect/trident-protect-migrate-apps.adoc @@ -36,18 +36,18 @@ To clone an application to the same cluster, create a snapshot or backup and res === Clone to different cluster -To clone an application to a different cluster (perform a cross-cluster clone), create a snapshot or backup and restore the data to a different cluster. Make sure that Trident protect is installed on the destination cluster. +To clone an application to a different cluster (perform a cross-cluster clone), create a backup on the source cluster, and then restore the backup to a different cluster. Make sure that Trident protect is installed on the destination cluster. -.Steps +NOTE: You can replicate an application between different clusters using link:trident-protect-use-snapmirror-replication.html[SnapMirror replication]. -. Do one of the following: -.. link:trident-protect-protect-apps.html#create-an-on-demand-snapshot[Create a snapshot]. -.. link:trident-protect-protect-apps.html#create-an-on-demand-backup[Create a backup]. +.Steps -. Ensure that the AppVault CR for the object storage bucket that contains the backup or snapshot has been configured on the destination cluster. -. On the destination cluster, do one of the following, depending on if you created a snapshot or a backup: -.. link:trident-protect-restore-apps.html#restore-from-a-snapshot-to-a-different-namespace[Restore your data from the snapshot]. -.. link:trident-protect-restore-apps.html#restore-from-a-backup-to-a-different-namespace[Restore your data from the backup]. +//. Do one of the following: +//.. link:trident-protect-protect-apps.html#create-an-on-demand-snapshot[Create a snapshot]. +. link:trident-protect-protect-apps.html#create-an-on-demand-backup[Create a backup]. +. Ensure that the AppVault CR for the object storage bucket that contains the backup has been configured on the destination cluster. +. On the destination cluster, link:trident-protect-restore-apps.html#restore-from-a-backup-to-a-different-namespace[Restore your data from the backup]. +//.. link:trident-protect-restore-apps.html#restore-from-a-snapshot-to-a-different-namespace[Restore your data from the snapshot]. == Migrate applications from one storage class to another storage class From 09164e8d305304f1682f8474f56bb4e97f810137 Mon Sep 17 00:00:00 2001 From: netapp-mwallis Date: Fri, 10 Jan 2025 11:19:44 -0700 Subject: [PATCH 2/2] Fixed clone notes for backups per GH issue 957. --- trident-protect/trident-protect-migrate-apps.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/trident-protect/trident-protect-migrate-apps.adoc b/trident-protect/trident-protect-migrate-apps.adoc index f8db5549..e0fbea65 100644 --- a/trident-protect/trident-protect-migrate-apps.adoc +++ b/trident-protect/trident-protect-migrate-apps.adoc @@ -42,12 +42,9 @@ NOTE: You can replicate an application between different clusters using link:tri .Steps -//. Do one of the following: -//.. link:trident-protect-protect-apps.html#create-an-on-demand-snapshot[Create a snapshot]. . link:trident-protect-protect-apps.html#create-an-on-demand-backup[Create a backup]. . Ensure that the AppVault CR for the object storage bucket that contains the backup has been configured on the destination cluster. -. On the destination cluster, link:trident-protect-restore-apps.html#restore-from-a-backup-to-a-different-namespace[Restore your data from the backup]. -//.. link:trident-protect-restore-apps.html#restore-from-a-snapshot-to-a-different-namespace[Restore your data from the snapshot]. +. On the destination cluster, link:trident-protect-restore-apps.html#restore-from-a-backup-to-a-different-namespace[restore your data from the backup]. == Migrate applications from one storage class to another storage class