diff options
author | jejo86 <28619134+jejo86@users.noreply.github.com> | 2022-08-03 12:15:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 11:15:23 +0100 |
commit | 668597214f0cfeb9d7a642ef0564e73198b7bc82 (patch) | |
tree | d14051a32a70eb6c73bf4435c8f8747f32ee525e /changelog.d | |
parent | Update doc for setting `macaroon_secret_key` (#13443) (diff) | |
download | synapse-668597214f0cfeb9d7a642ef0564e73198b7bc82.tar.xz |
Improve documentation on becoming server admin (#13230)
* Improved section regarding server admin Added steps describing how to elevate an existing user to administrator by manipulating a `postgres` database. Signed-off-by: jejo86 28619134+jejo86@users.noreply.github.com * Improved section regarding server admin * Reference database settings Add instructions to check database settings to find out the database name, instead of listing all available PostgreSQL databases. * Add suggestions from PR conversation Replace config filename `homeserver.yaml`. with "config file". Remove instructions to switch to `postgres` user. Add instructions how to connect to SQLite database. * Update changelog.d/13230.doc Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13230.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13230.doc b/changelog.d/13230.doc new file mode 100644 index 0000000000..dce7be2425 --- /dev/null +++ b/changelog.d/13230.doc @@ -0,0 +1 @@ +Add steps describing how to elevate an existing user to administrator by manipulating the database. |