mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +08:00
add missing indices on new installation
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
97b3f8465a
commit
d55723dbea
1 changed files with 2 additions and 0 deletions
|
|
@ -327,6 +327,8 @@ DATADIR_PERMISSION_CONF
|
|||
|
||||
# Apply other settings
|
||||
echo "Applying other settings..."
|
||||
# Add missing indices after new installation because they seem to be missing on new installation
|
||||
php /var/www/html/occ db:add-missing-indices
|
||||
php /var/www/html/occ config:system:set upgrade.disable-web --type=bool --value=true
|
||||
php /var/www/html/occ config:system:set mail_smtpmode --value="smtp"
|
||||
php /var/www/html/occ config:system:set trashbin_retention_obligation --value="auto, 30"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue