From 5a9d36b179d0da5a719dab7980a24ea7711b1df8 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 16 Feb 2024 11:33:52 +0100 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 265fd6f..717d259 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -43,6 +43,12 @@ To break out of this vicious cycle, you can specify `TRILIUM_START_NOTE_ID` envi TRILIUM_START_NOTE_ID=root ./trilium ``` +Alternatively, you can also start up Trilium in a "safe mode" which will reset the current note to root: + +```bash +TRILIUM_SAFE_MODE=true ./trilium +``` + ## Sync and consistency checks Trilium periodically checks logical consistency of the database (e.g. that every note should have a parent). If some inconsistency is detected, the user is notified on the UI about the inconsistency.