From 73c8b662d43a65c7ae26f9f77c560916c440bc93 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 24 Feb 2025 12:33:07 -0500 Subject: [PATCH] Switch to pgautoupgrade to handle major database upgrades --- compose.postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 71d87b2..de41691 100644 --- a/compose.postgresql.yml +++ b/compose.postgresql.yml @@ -14,7 +14,7 @@ services: secrets: - db_password db: - image: postgres:16.4-alpine + image: pgautoupgrade/pgautoupgrade:16-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password