Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2fffcb2

Browse files
authored
Suggest using /etc/matrix-synapse/conf.d/ for configuration with Debian packages (#11281)
1 parent 8840a7b commit 2fffcb2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

changelog.d/11281.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

docs/setup/installation.md

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ The fingerprint of the repository signing key (as shown by `gpg
7676
/usr/share/keyrings/matrix-org-archive-keyring.gpg`) is
7777
`AAF9AE843A7584B5A3E4CD2BCF45A512DE2DA058`.
7878

79+
When installing with Debian packages, you might prefer to place files in
80+
`/etc/matrix-synapse/conf.d/` to override your configuration without editing
81+
the main configuration file at `/etc/matrix-synapse/homeserver.yaml`.
82+
By doing that, you won't be asked if you want to replace your configuration
83+
file when you upgrade the Debian package to a later version.
84+
7985
##### Downstream Debian packages
8086

8187
We do not recommend using the packages from the default Debian `buster`

0 commit comments

Comments
 (0)