From 7a7d43403d5f8f593254d97d96201e91e80674b6 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 18 Sep 2026 02:55:03 +0000 Subject: [PATCH] chore: upgrade db to pgautoupgrade/pgautoupgrade:18-alpine, move volume mount to /var/lib/postgresql (PG18 data-dir layout) --- compose.postgresql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 7822d75..56837a8 100644 --- a/compose.postgresql.yml +++ b/compose.postgresql.yml @@ -14,13 +14,13 @@ services: secrets: - db_password db: - image: pgautoupgrade/pgautoupgrade:17-alpine + image: pgautoupgrade/pgautoupgrade:18-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password - POSTGRES_DB=codimd volumes: - - "postgres:/var/lib/postgresql/data" + - "postgres:/var/lib/postgresql" secrets: - db_password networks: