mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Updated Events dump and rebuild (markdown)
parent
3145b943a2
commit
ad31f19cfb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
Loading…
Reference in a new issue