Skip to content

Commit 5b097ff

Browse files
stemiddsessler7
authored andcommitted
document that wal files are not deleted
1 parent 1feea56 commit 5b097ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/guides/major-postgres-version-upgrade.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ rm -rf '/pgdata/{{< param fromPostgresVersion >}}'
152152
153153
When you are satisfied with the upgrade, you can execute this command to remove the old data directory. Do so at your discretion.
154154
155+
The script does not delete old WAL-files so these must be deleted manually.
156+
155157
If you have extensions installed you may need to upgrade those as well. For example, for the `pgaudit` extension we recommend running the following to upgrade:
156158
157159
```sql

0 commit comments

Comments
 (0)