From 4686d0fdbc53094d926286e3680f79b20952ce88 Mon Sep 17 00:00:00 2001 From: keil <38099918+zzzkeil@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:14:44 +0000 Subject: [PATCH] Update nextcloud-behind-wireguard.sh --- nextcloud-behind-wireguard.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud-behind-wireguard.sh b/nextcloud-behind-wireguard.sh index 2b7b560..abbe022 100644 --- a/nextcloud-behind-wireguard.sh +++ b/nextcloud-behind-wireguard.sh @@ -303,6 +303,9 @@ sudo -u www-data php occ encryption:enable sudo -u www-data php occ encryption:encrypt-all #sudo -u www-data php occ encryption:enable-master-key # 2023.08 E2EE really not working as it should??? sudo -u www-data php occ app:enable end_to_end_encryption +sudo -u www-data php occ config:system:set maintenance_window_start --type=integer --value=1 +sudo -u www-data php occ maintenance:repair --include-expensive +sudo -u www-data php occ db:add-missing-indices sudo -u www-data php occ background:cron