From ad31f19cfb2e296e123d56c5e93c0c8fa7f4a63f Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 9 Feb 2023 16:45:50 -0800 Subject: [PATCH] Updated Events dump and rebuild (markdown) --- Events-dump-and-rebuild.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Events-dump-and-rebuild.md b/Events-dump-and-rebuild.md index 9ca4e4b..e8710ec 100644 --- a/Events-dump-and-rebuild.md +++ b/Events-dump-and-rebuild.md @@ -20,8 +20,8 @@ Given a fresh (or non-existent) database, Construct performs an automatic "boots 3. Start the server with the additional `-bootstrap ` program option; example: ``` -ircd_db_wal_enable=false bin/construct -bootstrap +bin/construct -bootstrap ``` -> ❗ Setting the configuration item `ircd_db_wal_enable=false` through the environment optimizes the bootstrap process by disabling the database's journal (Write-Ahead-Log). The database will be inconsistent after a crash; you will have to start again at step 2. A clean shutdown of the database is essential for a properly working result. +> ❗ The database will be inconsistent after a crash; you will have to start again at step 2. A clean shutdown of the database is essential for a properly working result. 4. Restart the server with your normal program options to resume service. \ No newline at end of file