0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-23 13:23:46 +02:00

Updated Troubleshooting problems (markdown)

Jason Volk 2023-02-19 13:32:40 -08:00
parent 494ad19bb3
commit 22576c5e55

@ -66,9 +66,8 @@ as `-single -ro` may be advisable for some salvage techniques.
```
- 🟢 **point** - Recovery mode; rewinds the database to the last consistent state before corruption.
- 🔴 **skip** - Salvage mode; drops recent corrupt data, which will leave the database in an inconsistent state.
- 🔴 **repair** - Salvage mode; finds and drops deep corruption. This will leave the database in an inconsistent state.
- 🔴 **recover** - Salvage mode; expert use only. Data may be lost.
- 🔴 **tolerate** - Salvage mode; expert use only.
- 🔴 **repair** - Salvage mode; finds and drops deep corruption. This will leave the database in an inconsistent state.
### Trouble with reverse proxies and middlewares