Skip to content

Commit 352b652

Browse files
stemiddsessler7
andcommitted
more verbose wording
Co-authored-by: Drew Sessler <[email protected]>
1 parent 82434ab commit 352b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rm -rf '/pgdata/pg{{< 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.
155+
Note that the `delete_old_cluster.sh` script does not delete the old WAL files. These are typically found in `/pgdata/pg{{< param fromPostgresVersion >}}_wal`, although they can be stored elsewhere. If you would like to delete these files, this must be done manually.
156156
157157
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:
158158

0 commit comments

Comments
 (0)