Skip to content

Commit 5ca8207

Browse files
authored
chore: Add note about postgresql18 path change to v2.51 upgrade notes. (#13498)
1 parent 0a3a474 commit 5ca8207

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • docs/content/en/open_source/upgrading

docs/content/en/open_source/upgrading/2.51.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Sometimes it's easier to just perform the upgrade manually, which would look som
6868
It may need some tuning to your specific needs and docker compose setup. The guide is loosely based on https://simplebackups.com/blog/docker-postgres-backup-restore-guide-with-examples.
6969
If you already have a valid backup of the postgres 16 database, you can start at step 4.
7070

71+
_Note: If you are using a bound volume, the path has changed for Postgres18. It is now `/var/lib/postgresql/` instead of `/var/lib/postgresql/data`. Failure to change the path may result in errors about failure to create a shim task. See the discussion in [docker-library/postgres](https://github.com/docker-library/postgres/issues/1370)._
72+
7173
### 0. Backup
7274

7375
Always back up your data before starting and save it somewhere.

0 commit comments

Comments
 (0)