From 3e2973d024e672313f7e1c3f1c52fbfb35c6f934 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 2 Jun 2024 12:03:08 +0200 Subject: [PATCH] Updated Server Diagnostics Troubleshooting (markdown) --- Server-Diagnostics---Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server-Diagnostics---Troubleshooting.md b/Server-Diagnostics---Troubleshooting.md index cbf4af3..1a3cbdd 100644 --- a/Server-Diagnostics---Troubleshooting.md +++ b/Server-Diagnostics---Troubleshooting.md @@ -5,8 +5,8 @@ Since 3.0.0 a special command exists to verify the storage of the collections: ``` -## as user "radicale" (or the user which "owns" the storage) -/usr/bin/radicale --verify-storage --logging-level debug +## as user "radicale" (or the user which "owns" the storage), optional add for watching the progress: --logging-level debug +/usr/bin/radicale --verify-storage ``` It should not report any errors, otherwise particular VCF or ICS files have to be fixed manually.