autonomic-bot 4ca7f4182d fix(backup): reimport the postgres dump on restore (restore was a no-op)
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.
2026-05-30 00:38:44 +00:00
2026-01-08 09:23:23 +01:00
2025-01-08 10:09:13 -08:00
2021-11-24 16:54:45 +01:00
2025-11-13 10:10:55 +01:00
2024-03-30 16:33:50 -03:00

mattermost

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new --secrets --app-name YOURAPPNAME mattermost (optionally with --pass if you'd like to save secrets in pass)
  4. abra app config YOURAPPNAME - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPNAME
  6. Open the configured domain in your browser to finish set-up
Description
cc-ci private mirror of coop-cloud/mattermost-lts
Readme 713 KiB
Languages
Shell 62.8%
Roff 37.2%