diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index ec9f41be..04633748 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -261,6 +261,7 @@ check_command apt install -y \ php"$PHPVER"-json \ php"$PHPVER"-gmp \ php"$PHPVER"-bz2 \ + php"$PHPVER"-bcmath \ php-pear # php"$PHPVER"-imagick \ # libmagickcore-6.q16-3-extra @@ -501,6 +502,7 @@ fi print_text_in_color "$ICyan" "Optimizing Nextcloud..." yes | occ_command db:convert-filecache-bigint occ_command db:add-missing-indices +occ_command db:add-missing-columns # Install Figlet install_if_not figlet