diff options
author | Anton Molyboha <anton.molyboha@gmail.com> | 2024-02-28 21:02:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 21:02:25 +0100 |
commit | e4a579f10f708953143375f6df52346aae694e07 (patch) | |
tree | 084f11052d64f3021806c51e14a533096b8f637c /docs | |
parent | 865fff5f03d06f649736c7fcca134086dfccf7ab (diff) |
FAQ.md: jetstream needs to be backed up too. (#3327)
In the section "What data needs to be kept if transferring/backing up
Dendrite?" of the FAQ, add jetstream directory to the list.
It seems to be a common mistake when moving dendrite to a different
computer, that the jetstream directory is not copied.
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [ ] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
Signed-off-by: `Anton Molyboha <anton.molyboha@gmail.com>`
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 82b1581e..2ef9e6c2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -117,6 +117,7 @@ The list of files that need to be stored is: - matrix-key.pem - dendrite.yaml - the postgres or sqlite DB +- the jetstream directory - the media store - the search index (although this can be regenerated) |