The recipe dumped the DB on backup but shipped NO backupbot.restore.post-hook, and archived the whole live PGDATA dir — so a restore extracted files under the running postgres without reloading them, silently keeping the un-restored (live) state. A restored backup therefore lost all data written since the snapshot. Switch to the coop-cloud /pg_backup.sh convention (as matrix-synapse): backup = pg_dump|gzip -> backup.sql; restore = terminate connections, FORCE-drop, recreate, reimport the dump deterministically. Archive just backup.sql, not the whole PGDATA dir.
mattermost
- Category: Apps
- Status: 3
- Image:
mattermost/mattermost-team-edition, 4, upstream - Healthcheck: No
- Backups: Yes
- Email: 1
- Tests: 2
- SSO: No
Basic usage
- Set up Docker Swarm and
abra - Deploy
coop-cloud/traefik abra app new --secrets --app-name YOURAPPNAME mattermost(optionally with--passif you'd like to save secrets inpass)abra app config YOURAPPNAME- be sure to change$DOMAINto something that resolves to your Docker swarm boxabra app deploy YOURAPPNAME- Open the configured domain in your browser to finish set-up
Description
Languages
Shell
62.8%
Roff
37.2%