[Helper] Run db:convert-filecache-bigint after installation of Nextcloud

master
andryyy 2019-01-12 23:13:35 +01:00
parent 0920bccb05
commit 500f643169
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 1 deletions

View File

@ -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}