Merge pull request #3479 from nextcloud/enh/noid/revert-dbpersistent

This commit is contained in:
Simon L 2023-10-03 23:22:45 +02:00 committed by GitHub
commit a1e5a0691b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -484,8 +484,8 @@ php /var/www/html/occ config:system:set overwrite.cli.url --value="https://$NC_D
php /var/www/html/occ config:system:set htaccess.RewriteBase --value="/" php /var/www/html/occ config:system:set htaccess.RewriteBase --value="/"
php /var/www/html/occ maintenance:update:htaccess php /var/www/html/occ maintenance:update:htaccess
# Apply dbpersistent setting in order to fix too many db connections # Revert dbpersistent setting to check if it fixes too many db connections
php /var/www/html/occ config:system:set dbpersistent --value=true --type=bool php /var/www/html/occ config:system:set dbpersistent --value=false --type=bool
# Disallow creating local external storages when nothing was mounted # Disallow creating local external storages when nothing was mounted
if [ -z "$NEXTCLOUD_MOUNT" ]; then if [ -z "$NEXTCLOUD_MOUNT" ]; then