M6.5: enroll matrix-synapse (recipe #4, DB+media/large-volume) — install verified green
install 2 passed on host (~2.7m): synapse client API 200 + real versions JSON, no extra config (SYNAPSE_SERVER_NAME=DOMAIN). upgrade/backup author postgres-marker assertions exercising the recipe's pg_backup.sh dump/restore hook (the meaningful matrix data path); verifying next. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
7
tests/matrix-synapse/recipe_meta.py
Normal file
7
tests/matrix-synapse/recipe_meta.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Per-recipe harness config for matrix-synapse (recipe #4 — DB + media store; the large-volume /
|
||||
# DB-backed category). Base recipe = synapse `app` + postgres `db` + nginx `web`. server_name is
|
||||
# DOMAIN (set by abra), so no EXTRA_ENV needed. Synapse + postgres startup is slow -> long timeouts.
|
||||
HEALTH_PATH = "/_matrix/client/versions" # 200 JSON once synapse is serving the client API
|
||||
HEALTH_OK = (200,)
|
||||
DEPLOY_TIMEOUT = 600
|
||||
HTTP_TIMEOUT = 600
|
||||
Reference in New Issue
Block a user