Skip to content

Commit 82434ab

Browse files
stemiddsessler7
authored andcommitted
typo in pgdata path
1 parent 5b097ff commit 82434ab

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
@@ -147,7 +147,7 @@ If you are unable to exec into the Pod, you can run `ANALYZE` directly on each o
147147
`pg_upgrade` may also create a script called `delete_old_cluster.sh`, which contains the equivalent of
148148
149149
```
150-
rm -rf '/pgdata/{{< param fromPostgresVersion >}}'
150+
rm -rf '/pgdata/pg{{< param fromPostgresVersion >}}'
151151
```
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.

0 commit comments

Comments
 (0)