Skip to content

Commit 587c900

Browse files
simplify
1 parent 835b34c commit 587c900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/content/releases/os_upgrading

docs/content/releases/os_upgrading/2.51.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you already have a valid backup of the postgres 16 database, you can start at
7777

7878
_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)._
7979

80-
> **Warning: Data loss after `docker compose down` (fixed in 2.55.4)**
80+
> **Postgres Data storage**
8181
>
8282
> PostgreSQL 18 changed its default `PGDATA` path from `/var/lib/postgresql/data` to `/var/lib/postgresql/18/docker`. Because the Docker volume was mounted at `/var/lib/postgresql/data`, data was written to the container's ephemeral layer instead of the volume.
8383
>

0 commit comments

Comments
 (0)