synapse/docs/usage/administration
Devon Hudson 89cb613a4e
Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting" (#18346)
Reverts element-hq/synapse#18260

It is causing a failure when building release debs for `debian:bullseye`
with the following error:
```
sqlite3.OperationalError: near "RETURNING": syntax error
```
2025-04-16 16:41:41 +00:00
..
admin_api Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
monitoring Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting" (#18346) 2025-04-16 16:41:41 +00:00
admin_faq.md Update admin_faq - Fix how to obtain access token (#18225) 2025-03-27 17:31:37 +00:00
backups.md Add some documentation about backing up Synapse (#17931) 2024-11-18 14:05:49 +00:00
database_maintenance_tools.md
monthly_active_users.md
README.md
request_log.md
state_groups.md
understanding_synapse_through_grafana_graphs.md
useful_sql_for_admins.md Add query to update local cache of a remote user's device list to docs (#16892) 2024-03-14 13:53:25 +00:00

Administration

This section contains information on managing your Synapse homeserver. This includes:

  • Managing users, rooms and media via the Admin API.
  • Setting up metrics and monitoring to give you insight into your homeserver's health.
  • Configuring structured logging.