diff options
author | reivilibre <oliverw@matrix.org> | 2021-11-12 13:17:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 13:17:06 +0000 |
commit | 2fffcb24d8c799a08f250af31da239494b3bda1b (patch) | |
tree | 22547d016c25ac7e77185974ebed359a1d5b8a4c | |
parent | Convert delete room admin API to async endpoint (#11223) (diff) | |
download | synapse-2fffcb24d8c799a08f250af31da239494b3bda1b.tar.xz |
Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian packages (#11281)
-rw-r--r-- | changelog.d/11281.doc | 1 | ||||
-rw-r--r-- | docs/setup/installation.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changelog.d/11281.doc b/changelog.d/11281.doc new file mode 100644 index 0000000000..ab27ed193c --- /dev/null +++ b/changelog.d/11281.doc @@ -0,0 +1 @@ +Suggest users of the Debian packages add configuration to `/etc/matrix-synapse/conf.d/` to prevent, upon upgrade, being asked to choose between their configuration and the maintainer's. diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 3e08024441..16562be953 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -76,6 +76,12 @@ The fingerprint of the repository signing key (as shown by `gpg /usr/share/keyrings/matrix-org-archive-keyring.gpg`) is `AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058`. +When installing with Debian packages, you might prefer to place files in +`/etc/matrix-synapse/conf.d/` to override your configuration without editing +the main configuration file at `/etc/matrix-synapse/homeserver.yaml`. +By doing that, you won't be asked if you want to replace your configuration +file when you upgrade the Debian package to a later version. + ##### Downstream Debian packages We do not recommend using the packages from the default Debian `buster` |