From d6e68e7303568d567cdcb395e9365b2ccea85283 Mon Sep 17 00:00:00 2001 From: Joseph AFARI <71259267+joeafari@users.noreply.github.com> Date: Fri, 31 Oct 2025 15:48:07 -0400 Subject: [PATCH 1/2] Update ece-restore-snapshots-into-new-deployment.md Documented the fact that only snapshots from the `found-snapshots` repository are allowed and the restore can't be made from a custom repository. --- .../ece-restore-snapshots-into-new-deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md b/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md index 89d05ca9c4..2b7c02a1da 100644 --- a/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md +++ b/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md @@ -15,6 +15,7 @@ products: 1. First, [create a new deployment](../../deploy/cloud-enterprise/create-deployment.md) and select **Restore snapshot data**. Select the deployment that you want to restore a snapshot *from*. If you don’t know the exact name, you can enter a few characters and then select from the list of matching deployments. 2. Select the snapshot that you want to restore from. If none is chosen, the latest successful snapshot from the cluster you selected is restored on the new cluster when you create it. + *Please note that only snapshots from the `found-snapshots` repository are accepted. Snapshots from a custom repository are not allowed.* ![Restoring from a snapshot](/deploy-manage/images/cloud-enterprise-restore-from-snapshot.png "") From 5e44180e47f25da9b926ca7e72e22d8b867d2cf6 Mon Sep 17 00:00:00 2001 From: Vlada Chirmicci Date: Mon, 3 Nov 2025 16:59:32 +0000 Subject: [PATCH 2/2] Adding the important admonition syntax --- .../ece-restore-snapshots-into-new-deployment.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md b/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md index 2b7c02a1da..2f64a1bfc7 100644 --- a/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md +++ b/deploy-manage/tools/snapshot-and-restore/ece-restore-snapshots-into-new-deployment.md @@ -15,7 +15,10 @@ products: 1. First, [create a new deployment](../../deploy/cloud-enterprise/create-deployment.md) and select **Restore snapshot data**. Select the deployment that you want to restore a snapshot *from*. If you don’t know the exact name, you can enter a few characters and then select from the list of matching deployments. 2. Select the snapshot that you want to restore from. If none is chosen, the latest successful snapshot from the cluster you selected is restored on the new cluster when you create it. - *Please note that only snapshots from the `found-snapshots` repository are accepted. Snapshots from a custom repository are not allowed.* + + :::{important} + Note that only snapshots from the `found-snapshots` repository are accepted. Snapshots from a custom repository are not allowed. + ::: ![Restoring from a snapshot](/deploy-manage/images/cloud-enterprise-restore-from-snapshot.png "")