fix(db): bump DB_ENTRYPOINT_VERSION to v3 so the entrypoint config reloads
All checks were successful
cc-ci/testme cc-ci: success

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.
This commit is contained in:
notplants
2026-06-16 18:04:05 +00:00
committed by notplants
parent 57f5ee2531
commit bd5f181737

View File

@ -1,2 +1,2 @@
export DB_ENTRYPOINT_VERSION=v2 export DB_ENTRYPOINT_VERSION=v3
export PG_BACKUP_VERSION=v2 export PG_BACKUP_VERSION=v2