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