From e22fb184087f2a5a099538d93871a09547b5d52c Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 10 Sep 2020 13:01:03 -0700 Subject: [PATCH] Updated Events dump and rebuild (markdown) --- Events-dump-and-rebuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Events-dump-and-rebuild.md b/Events-dump-and-rebuild.md index c0e72d5..7bcb7be 100644 --- a/Events-dump-and-rebuild.md +++ b/Events-dump-and-rebuild.md @@ -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.