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 2023-02-09 16:45:50 -08:00
parent 3145b943a2
commit ad31f19cfb

@ -20,8 +20,8 @@ Given a fresh (or non-existent) database, Construct performs an automatic "boots
3. Start the server with the additional `-bootstrap <path>` program option; example:
```
ircd_db_wal_enable=false bin/construct -bootstrap <path> <hostname>
bin/construct -bootstrap <path> <hostname>
```
> ❗ 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.