Some post installations on update and restore scripts.

This commit is contained in:
2023-08-03 10:43:06 +02:00
parent d84294cf0b
commit 2c37b04ddf
3 changed files with 277 additions and 17 deletions

View File

@ -520,7 +520,7 @@ echo -e "\033[37m\033[1mMain part of the script\033[m"
echo ""
# - Create missing indices
# - Add missing primary keys ..
# -
echononl " Add missing primary keys .."
su -c "${PHP_BIN} ${WEB_BASE_DIR}/htdocs/occ db:add-missing-primary-keys" -s /bin/bash $HTTP_USER > $log_file 2>&1