From 565453773c7806810d381c8f7fe3cc9d783d91f1 Mon Sep 17 00:00:00 2001 From: Claudio Date: Fri, 15 May 2026 21:56:35 +0200 Subject: [PATCH] 118-elementsynapse: phantom-notification cleanup + DB fact-fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synapse runs on SQLite (not Postgres — Postgres only hosts the mautrix bridge dbs). Documented the post-disk-full event_push_actions cleanup that took @admin'\''s phantom count from 125 to 4. --- containers/118-elementsynapse.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/containers/118-elementsynapse.md b/containers/118-elementsynapse.md index 3608d98..ecbd0be 100644 --- a/containers/118-elementsynapse.md +++ b/containers/118-elementsynapse.md @@ -10,7 +10,7 @@ Matrix homeserver (Synapse). Backs `@dtoro:avispero` and `@claudio:avispero`. - **Mounts:** none from `/mnt/library` - **Public hostname:** [`matrix.hubris.network`](../infrastructure/dns.md) → [caddy](121-caddy.md) → `:8008` - **`server_name`:** `avispero` (intentionally different from the public URL). -- **Database:** PostgreSQL on `127.0.0.1:5432` (the `homeserver.db` SQLite file in `/var/lib/matrix-synapse/` is a leftover, not in use). +- **Database:** Synapse runs on **SQLite** (`/var/lib/matrix-synapse/homeserver.db`, ~90 MiB). PostgreSQL on `127.0.0.1:5432` is dedicated to the mautrix bridge databases (one per bridge), not Synapse itself. ## Service / port map @@ -43,6 +43,18 @@ All five bridges run as plain `docker compose` stacks under `/root/mautrix-