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.
3 lines
60 B
Bash
3 lines
60 B
Bash
export DB_ENTRYPOINT_VERSION=v3
|
|
export PG_BACKUP_VERSION=v2
|