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 2020-09-15 04:04:43 -07:00
parent e22fb18408
commit 85eeb746cb

@ -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.