Skip to content

Commit

Permalink
Merge pull request #3295 from EnterpriseDB/release/2022-10-28
Browse files Browse the repository at this point in the history
Release: 2022-10-28
  • Loading branch information
drothery-edb authored Oct 28, 2022
2 parents edf5f3d + 32d3366 commit 7b79ef9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion product_docs/docs/biganimal/release/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ biganimal config
| `confirm_mode` | If enabled, create/update/delete commands require user confirmation. |
| `interactive_mode` | If enabled, CLI prompts for missing flags and available options. See [Interactive mode](#interactive-mode) for more information.|
| `check_update_mode` | If enabled, CLI detects new updates automatically and prompts for download. |
| `warning_mode` | If enabled, CLI displays warning messages. |
## Usability features
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 7b79ef9

Please sign in to comment.