From daffcf50f4a60b1fe8f2b48036093573d3c7aeee Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 9 Feb 2023 13:44:54 -0800 Subject: [PATCH] Updated Events dump and rebuild (markdown) --- Events-dump-and-rebuild.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Events-dump-and-rebuild.md b/Events-dump-and-rebuild.md index 5565056..6b11ed2 100644 --- a/Events-dump-and-rebuild.md +++ b/Events-dump-and-rebuild.md @@ -2,9 +2,7 @@ #### Dumping Events To File -All events stored in the database may be written to a single regular file. The format is a Matrix-canonical JSON array of Matrix event objects. Issue the following console command to dump events; progress updates will be logged at the INFO level and should be visible by default on standard output. - -> 👉 While it is safe to dump events during normal service, we make no guarantee for whether new events processed after the start of the dump will be included. For optimal performance and results, conduct the dump in single-user mode by employing the `-single` program option. +The entire database can be written to a single regular file. The format is a canonical JSON array of Matrix event objects. Issue the following console command to dump events; progress updates will be logged at the INFO level and should be visible by default on standard output. 1. `events dump `