Skip to content

Commit 4937dde

Browse files
authored
pencil edits
Line 86: failover > fail over Line 106: backup > back up
1 parent 1e71ead commit 4937dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/concepts-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A PostgreSQL connection, even idle, can occupy about 10 MB of memory. Also, crea
8383

8484
### Availability zones
8585

86-
- Manually moving servers to a different availability zone is currently not supported. However, you can enable HA using the preferred AZ as the standby zone. Once established, you can failover to the standby and subsequently disable HA.
86+
- Manually moving servers to a different availability zone is currently not supported. However, you can enable HA using the preferred AZ as the standby zone. Once established, you can fail over to the standby and subsequently disable HA.
8787

8888
### Postgres engine, extensions, and PgBouncer
8989

@@ -103,7 +103,7 @@ A PostgreSQL connection, even idle, can occupy about 10 MB of memory. Also, crea
103103
### Backing up a server
104104

105105
- Backups are managed by the system, there's currently no way to run these backups manually. We recommend using `pg_dump` instead.
106-
- The first snapshot is a full backup and consecutive snapshots are differential backups. The differential backups only backup the changed data since the last snapshot backup. For example, if the size of your database is 40GB and your provisioned storage is 64GB, the first snapshot backup will be 40GB. Now, if you change 4GB of data, then the next differential snapshot backup size will only be 4GB. The transaction logs (write ahead logs - WAL) are separate from the full/differential backups, and are archived continuously.
106+
- The first snapshot is a full backup and consecutive snapshots are differential backups. The differential backups only back up the changed data since the last snapshot backup. For example, if the size of your database is 40GB and your provisioned storage is 64GB, the first snapshot backup will be 40GB. Now, if you change 4GB of data, then the next differential snapshot backup size will only be 4GB. The transaction logs (write ahead logs - WAL) are separate from the full/differential backups, and are archived continuously.
107107

108108
### Restoring a server
109109

0 commit comments

Comments
 (0)