From bd5f1817379e595da307ea064706f4f8989633fe Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Tue, 16 Jun 2026 18:04:05 +0000 Subject: [PATCH] fix(db): bump DB_ENTRYPOINT_VERSION to v3 so the entrypoint config reloads The install-user fix changed the entrypoint content; swarm configs are immutable, so the config name (which embeds DB_ENTRYPOINT_VERSION) must change for a redeploy to pick up the new script. --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index bb432ff..b08beeb 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ -export DB_ENTRYPOINT_VERSION=v2 +export DB_ENTRYPOINT_VERSION=v3 export PG_BACKUP_VERSION=v2