Skip to content

Commit 77a205c

Browse files
Update > Database Upgrade > storage exhaustion caution message (#345)
1 parent 020353d commit 77a205c

File tree

1 file changed

+3
-0
lines changed
  • docs/guides/hosting-guardrails/disaster-recovery/database-upgrade

1 file changed

+3
-0
lines changed

docs/guides/hosting-guardrails/disaster-recovery/database-upgrade/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ In a new session, initiate the `pg_dump` process using the `snapshot ID` obtaine
259259
```shell
260260
nohup time pg_dump -h $SOURCE -U master --snapshot="00000062-000182C4-1" -F c -b -v -f data.dump turbot > dump.log 2>&1 &
261261
```
262+
263+
> [!CAUTION]
264+
> Enabling logical replication before a long pg_dump/restore can lead to WAL buildup and storage exhaustion. It is recommended to enable RDS storage autoscaling to prevent out-of-space errors during migration.
262265
### Monitor
263266

264267
Check the `dump.log` file to confirm the process has begun. Look for log entries indicating `table contents are being dumped`.

0 commit comments

Comments
 (0)