mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Updated Events dump and rebuild (markdown)
parent
e22fb18408
commit
85eeb746cb
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,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:
|
||||
```
|
||||
bin/construct -bootstrap <path> <hostname>
|
||||
ircd_db_wal_enable=false bin/construct -bootstrap <path> <hostname>
|
||||
```
|
||||
> 👉🏻 Setting the configuration item `ircd_db_wal_enable=false` through an environment variable optimizes the bootstrap process.
|
||||
|
||||
4. Restart the server with your normal program options to resume service.
|
Loading…
Reference in a new issue