From 4801cd12638e35112d36a8bbced17fca0db944bf Mon Sep 17 00:00:00 2001 From: Anton Molyboha Date: Mon, 12 Feb 2024 12:02:29 +0100 Subject: [PATCH] FAQ.md: jetstream needs to be backed up too. In the section "What data needs to be kept if transferring/backing up Dendrite?", 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. --- docs/FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 82b1581ea7..2ef9e6c2b4 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)