diff --git a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx index db2fc56d552..52571ce2c99 100644 --- a/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx +++ b/product_docs/docs/biganimal/release/getting_started/creating_a_cluster/index.mdx @@ -23,7 +23,7 @@ Prior to creating your cluster, make sure you have enough resources. Without eno - [**Cluster Settings**](#cluster-settings-tab) - [**DB Configuration** ](#db-configuration-tab) (optional) - - [**Backups**](#backups-tab) (optional) + - [**Additional Settings**](#additional-settings-tab) (optional) 1. Select **Create Cluster**. It might take a few minutes to deploy. !!! Note @@ -126,7 +126,7 @@ In the **Parameters** section, you can update the value of the database configur To update the parameter values, see [Modifying Your Database Configuration Parameters](../../using_cluster/03_modifying_your_cluster/05_db_configuration_parameters). -### Backups tab +### Additional Settings tab You can change the default database backup retention period of 30 days using the **Retention Time** controls in the **Backups** section. You can configure the retention period as follows: - 1 - 180 days diff --git a/product_docs/docs/biganimal/release/using_cluster/03_modifying_your_cluster/index.mdx b/product_docs/docs/biganimal/release/using_cluster/03_modifying_your_cluster/index.mdx index f7806111b98..4c06940ebb7 100644 --- a/product_docs/docs/biganimal/release/using_cluster/03_modifying_your_cluster/index.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/03_modifying_your_cluster/index.mdx @@ -39,7 +39,7 @@ You can also modify your cluster by installing Postgres extensions. See [Postgre | Read-only workloads | Cluster Settings | Enabling read-only workloads can incur higher cloud infrastructure charges. | | Networking type (public or private) | Cluster Settings | If you are using Azure and previously setup a private link and want to change to a public network, you must remove the private link resources before making the change. | | Database configuration parameters | DB Configuration | \- | - | Retention period for backups | Backups | \- | + | Retention period for backups | Additional Settings | \- | 5. Save your changes. !!! Note 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 380ef54c501..4e7073a6f4f 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 @@ -17,7 +17,7 @@ BigAnimal backs up the data in your PostgreSQL clusters. Depending on the cloud PostgreSQL clusters in BigAnimal are continuously backed up through a combination of base backups and transaction log (WAL) archiving. When a new cluster is created, an initial "base" backup is taken. After that, every time a WAL file is closed, which is, by default, up to every 5 minutes, it is automatically uploaded to the cloud object storage solution. Your organization is responsible for the charges associated with the cloud object storage solution. - You can change the retention period on the [Backups tab](../getting_started/creating_a_cluster/#backups-tab) when you create or edit your cluster. + You can change the retention period on the [Additional Settings tab](../getting_started/creating_a_cluster/#additional-settings-tab) when you create or edit your cluster.