diff options
author | Twilight Sparkle <19155609+Twi1ightSparkle@users.noreply.github.com> | 2024-02-22 17:36:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 17:36:41 +0000 |
commit | 8de3283ebe520e945ccfb66242f4795ecdd0d1f4 (patch) | |
tree | d74c4bef95f32770905d58f6be9af6b65cadf758 /docs/usage | |
parent | Bump anyhow from 1.0.79 to 1.0.80 (#16935) (diff) | |
download | synapse-8de3283ebe520e945ccfb66242f4795ecdd0d1f4.tar.xz |
Add docs on upgrading from a very old version (#16951)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'docs/usage')
-rw-r--r-- | docs/usage/administration/admin_faq.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/usage/administration/admin_faq.md b/docs/usage/administration/admin_faq.md index 5c9ee7d0aa..092dcc1c84 100644 --- a/docs/usage/administration/admin_faq.md +++ b/docs/usage/administration/admin_faq.md @@ -120,6 +120,11 @@ for file in $source_directory/*; do done ``` +How do I upgrade from a very old version of Synapse to the latest? +--- +See [this](../../upgrade.html#upgrading-from-a-very-old-version) section in the +upgrade docs. + Manually resetting passwords --- Users can reset their password through their client. Alternatively, a server admin |