From d76482767002844b62b353d7786a3e9384aae8c9 Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Mon, 4 Nov 2024 15:25:28 +0100 Subject: [PATCH] Relative links to a lower level..? --- postgresql/README.md | 10 ++++++++++ synapse/README.md | 9 ++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 postgresql/README.md diff --git a/postgresql/README.md b/postgresql/README.md new file mode 100644 index 0000000..855ee8a --- /dev/null +++ b/postgresql/README.md @@ -0,0 +1,10 @@ +--- +gitea: none +include_toc: true +--- + +# PostgreSQL database + + + + diff --git a/synapse/README.md b/synapse/README.md index b2ac1c1..e2781d0 100644 --- a/synapse/README.md +++ b/synapse/README.md @@ -42,8 +42,15 @@ There are two different ways to configure Synapse, documented here: We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable. +# Database -## Logging +The default installation leaves you with an sqlite3 database. Nice for experimenting, but +unsuitable for a production environment. + +[Here's how you setup PostgreSQL](../postgres). + + +# Logging Logging is configured in `log.yaml`. Some logging should go to systemd, the more specific logging to Synapse's own logfile(s).