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 Update database_maintenance_tools.md (#15083) 2023-02-20 14:29:13 +00:00
monthly_active_users.md Update legacy synapse_admin_mau: metric names in docs (#14358) 2022-11-03 20:47:20 +00:00
README.md
request_log.md Fix typo 2023-12-13 16:37:10 +00:00
state_groups.md Port wiki pages to documentation website (#11402) 2021-12-01 10:12:19 -08:00
understanding_synapse_through_grafana_graphs.md Fix typo 2023-12-13 16:37:10 +00:00
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.