diff --git a/Troubleshooting-problems.md b/Troubleshooting-problems.md index 5d83982..8a8b765 100644 --- a/Troubleshooting-problems.md +++ b/Troubleshooting-problems.md @@ -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