From 22576c5e55a4689b8a96ac9cc14bc96f74460e85 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 19 Feb 2023 13:32:40 -0800 Subject: [PATCH] Updated Troubleshooting problems (markdown) --- Troubleshooting-problems.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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