Compare commits

..

9 Commits

Author SHA1 Message Date
24251724ca fix(backup): reimport the postgres dump on restore (restore was a no-op)
All checks were successful
cc-ci/testme cc-ci: success
2026-06-19 03:49:28 +00:00
d5bbffe3f1 chore: upgrade mattermost to 11.7.5 (ESR)
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-19 03:36:51 +00:00
966c6d615e fix(backup): gzip backup, add restore hook, bump to 2.1.12
All checks were successful
cc-ci/testme cc-ci: success
2026-06-12 04:10:50 +00:00
a333e31a60 chore: upgrade to 2.1.11+10.11.19
All checks were successful
cc-ci/testme cc-ci: success
2026-06-05 04:21:34 +00:00
9ddfd04412 chore: upgrade to 2.1.11+10.11.19
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-05 03:33:46 +00:00
c2acdd074c chore: upgrade to 2.1.11+10.11.19
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-05 03:24:45 +00:00
5dd708cbfb fix(pg-backup): use pg_hba.conf gate for safer restore (matrix-synapse pattern)
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 05:04:21 +00:00
4f0ca56c3a fix(backup): add pg_backup.sh restore hook (restore was a no-op)
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 04:53:44 +00:00
cc4f9ca71f chore: upgrade to 2.1.11+10.11.19
Some checks failed
cc-ci/testme cc-ci: failure
2026-06-02 04:40:23 +00:00

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: mattermost/mattermost-team-edition:10.11.18
image: mattermost/mattermost-team-edition:11.7.5
environment:
- TZ
- MM_SQLSETTINGS_DRIVERNAME=postgres
@ -28,7 +28,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- "coop-cloud.${STACK_NAME}.version=2.1.10+10.11.18"
- "coop-cloud.${STACK_NAME}.version=2.1.12+10.11.20"
- "backupbot.backup=true"
- "backupbot.backup.path=/mattermost,/etc/ssl"
configs: