Skip to content

Commit 14184e4

Browse files
committed
Update comments about PostgreSQL 18.
As of 2025-12-04 'postgresql18-client' is in the image.
1 parent 51fdcb9 commit 14184e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/Installation-Guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ HTTP_PORT=127.0.0.1:8280
110110
111111
{: .warning }
112112
> Regarding PostgreSQL 18:
113-
> * The `backups` container image currently includes `postgresql17-client`, meaning it won't be able to back up your DB if you use PostgreSQL 18.
114-
Consider using an alternative backup solution if you're using PostgreSQL 18.
115-
> * The PostgreSQL 18 Docker image changed the volume from `/var/lib/postgresql/data` to `/var/lib/postgresql`.
113+
> * Support for backing up PostgreSQL 18 databases via the `backups` container image was introduced on 2025-12-04.
114+
> * PostgreSQL 18 (and newer) Docker images have changed the volume from `/var/lib/postgresql/data` to `/var/lib/postgresql`.
116115
> The example below includes a commented-out volume mapping that demonstrates this.
117116
> * See <https://hub.docker.com/_/postgres> and <https://github.com/docker-library/postgres/pull/1259> for more info.
118117

0 commit comments

Comments
 (0)