Skip to content

Commit

Permalink
Merge pull request #3294 from EnterpriseDB/docs/biganimal/create-clus…
Browse files Browse the repository at this point in the history
…ter-tabs

BigAnimal: updating Backups tab name
  • Loading branch information
drothery-edb authored Oct 28, 2022
2 parents c6cb8e4 + d19185a commit 32d3366
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down

0 comments on commit 32d3366

Please sign in to comment.