From 55703ab0ecb5dcacd930f201f32b3349f45b5dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:33:12 +0200 Subject: [PATCH] Watcharr: Clean install on update (#15119) * Clean install * Update --- ct/watcharr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/watcharr.sh b/ct/watcharr.sh index 3dd3b1106..149841389 100644 --- a/ct/watcharr.sh +++ b/ct/watcharr.sh @@ -34,9 +34,9 @@ function update_script() { systemctl stop watcharr msg_ok "Stopped Service" - rm -f /opt/watcharr/server/watcharr - rm -rf /opt/watcharr/server/ui - fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball" + create_backup /opt/watcharr/server/data + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "watcharr" "sbondCo/Watcharr" "tarball" + restore_backup msg_info "Updating Watcharr" cd /opt/watcharr