From 9fa0a16abb152764959a4d78476afb5da9e9e849 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:55:36 +0530 Subject: [PATCH] Updated as per comment from Gaby --- .../release/using_cluster/04_backup_and_restore.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/04_backup_and_restore.mdx b/product_docs/docs/biganimal/release/using_cluster/04_backup_and_restore.mdx index f2c892afbd7..fd579e2d6be 100644 --- a/product_docs/docs/biganimal/release/using_cluster/04_backup_and_restore.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/04_backup_and_restore.mdx @@ -60,8 +60,8 @@ The restore operation is available for any cluster that has at least one availab 1. To restore to the last possible recovery point, in the **Point in Time Restore** field, select **Now**. Or, to restore further back in time, choose a timestamp. 1. Review your selections in **Cluster Summary** and select **Restore Cluster** to begin the restore process. - If you have opted for volume snapshots and - - you are restoring the cluster in the same region as your source cluster, then BigAnimal chooses volume snapshots for restore over base backups. - - you are restoring the cluster in the different region from your source cluster, then BigAnimal chooses the base backup for restore over volume snapshots. + - you are restoring the cluster in the same region as your source cluster, BigAnimal chooses volume snapshots for restoration over Barman object store backups. + - you are restoring the cluster in a different region from your source cluster, BigAnimal chooses the Barman object store backup for restoration over volume snapshots. 1. The new cluster is now available on the [Clusters](https://portal.biganimal.com/clusters) page. #### Restore a distributed high-availability cluster @@ -73,7 +73,7 @@ The restore operation is available for any cluster that has at least one availab 1. Select the **Node Settings** tab. 1. In the **Source** section, select **Fully Restore** or **Point in Time Restore**. A point-in-time restore restores the data group as it was at the specified date and time. 1. In the **Nodes** section, select **Two Data Nodes** or **Three Data Nodes**. For more information on node architecture, see [Distributed high availability](/biganimal/latest/overview/02_high_availability/distributed_highavailability/). -1. Follow Steps 3-5 in [Creating a distributed high-availability cluster](../getting_started/creating_a_cluster/creating_a_dha_cluster/). +1. Follow the steps for [Creating a distributed high-availability cluster](../getting_started/creating_a_cluster/creating_a_dha_cluster/). 1. Select **Restore**. If you have opted for volume snapshots and - you are restoring the cluster in the same region as your source cluster, then BigAnimal chooses volume snapshots for restore over base backups.