File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments