0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00

Updated Events dump and rebuild (markdown)

Jason Volk 2020-09-10 13:01:03 -07:00
parent df61f39da4
commit e22fb18408

@ -12,7 +12,7 @@ All events stored in the database may be written to a single regular file. The f
Given a fresh (or non-existent) database, Construct performs an automatic "bootstrap" creating essential internal rooms and events. This "first startup" functionality can be supplanted by an array of events in a regular file instead.
> The only supported use of this feature is in conjunction with an Events Dump. The bootstrap vector must contain only valid and trusted events; essential events must not be missing. Do not modify events.
> 🛑 The only supported use of this feature is in conjunction with an Events Dump. The bootstrap vector must contain only valid and trusted events; essential events must not be missing. Do not modify events.
1. After performing an [events dump](#Dumping-Events-To-File), shutdown the server.