From 500f6431697ce635c5dd307f872830f00e41cb65 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 12 Jan 2019 23:13:35 +0100 Subject: [PATCH] [Helper] Run db:convert-filecache-bigint after installation of Nextcloud --- helper-scripts/nextcloud.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helper-scripts/nextcloud.sh b/helper-scripts/nextcloud.sh index 79f90bd9..d04f52d4 100755 --- a/helper-scripts/nextcloud.sh +++ b/helper-scripts/nextcloud.sh @@ -143,7 +143,8 @@ elif [[ ${NC_INSTALL} == "y" ]]; then /web/nextcloud/occ --no-warnings config:system:set mail_smtpport --value=588 /web/nextcloud/occ --no-warnings app:install user_external /web/nextcloud/occ --no-warnings config:system:set user_backends 0 arguments 0 --value={dovecot:143/imap/tls/novalidate-cert} - /web/nextcloud/occ --no-warnings config:system:set user_backends 0 class --value=OC_User_IMAP" + /web/nextcloud/occ --no-warnings config:system:set user_backends 0 class --value=OC_User_IMAP + /web/nextcloud/occ --no-warnings db:convert-filecache-bigint -n" if [[ ${NC_TYPE} == "subdomain" ]]; then docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) /web/nextcloud/occ --no-warnings config:system:set trusted_domains 1 --value=${NC_SUBD}