0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-05 03:28:56 +02:00

Update section on database recovery

Jason Volk 2020-06-13 00:28:30 -07:00
parent 8ec0add06f
commit 163100a0ed

@ -44,7 +44,11 @@ the first corrupt event, called the point-in-time.
When any loss has occurred the daemon will fail to start normally. To enable
point-in-time recovery use the command-line option `-pitrecdb` at the next
invocation.
invocation. Some recent events may be lost.
If `-pitrecdb` does not work, a stronger technique can be invoked with `-recoverdb`. This allows for the point-in-time to be even further in the past. All events going back to the point of corruption will be dropped.
Alternatively, `-repairdb` will drop corrupt data without using point-in-time techniques. This will give the database an inconsistent state. The server must no longer be used. This is for disaster recovery only.
##### Trouble with reverse proxies and middlewares