Upgrade PostgreSQL to 17

Also switch to pgautoupgrade so it's easier in future.

18 is out, but needs more changes than I want to do right now
This commit is contained in:
Jake Howard 2025-10-24 16:52:56 +01:00
parent 1082a6a2c9
commit 23196cc88b
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
16 changed files with 16 additions and 16 deletions

View file

@ -21,7 +21,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/atuin:/var/lib/postgresql/data

View file

@ -25,7 +25,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/baby-buddy:/var/lib/postgresql/data

View file

@ -20,7 +20,7 @@ services:
- LOG_FULL_IPS=true
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data

View file

@ -29,7 +29,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/gitea:/var/lib/postgresql/data

View file

@ -25,7 +25,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/freshrss:/var/lib/postgresql/data

View file

@ -42,7 +42,7 @@ services:
- traefik.http.services.mastodon-mastodon.loadbalancer.server.scheme=https
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- ./db:/var/lib/postgresql/data

View file

@ -57,7 +57,7 @@ services:
hard: 262144
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data

View file

@ -33,7 +33,7 @@ services:
- traefik
db:
image: postgres:15-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/pocket-id:/var/lib/postgresql/data

View file

@ -36,7 +36,7 @@ services:
- renderer
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/grafana/:/var/lib/postgresql/data

View file

@ -19,7 +19,7 @@ services:
- 4242:4242
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=quassel

View file

@ -22,7 +22,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
environment:
- POSTGRES_USER=synapse

View file

@ -35,7 +35,7 @@ services:
- /mnt/speed/dbs/redis/wallabag:/data
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data

View file

@ -34,7 +34,7 @@ services:
- /opt/recipes/staticfiles
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/tandoor/:/var/lib/postgresql/data

View file

@ -38,7 +38,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data

View file

@ -39,7 +39,7 @@ services:
- traefik
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- /mnt/speed/dbs/postgres/vikunja/:/var/lib/postgresql/data

View file

@ -33,7 +33,7 @@ services:
- traefik.http.routers.website.rule=Host(`theorangeone.net`) || Host(`jakehoward.tech`)
db:
image: postgres:14-alpine
image: pgautoupgrade/pgautoupgrade:17-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data