diff --git a/posttemplate/90-one-db b/posttemplate/90-one-db index ae3d4ca..213d001 100644 --- a/posttemplate/90-one-db +++ b/posttemplate/90-one-db @@ -38,6 +38,10 @@ function updateDB() then if [ $(CreoleGet one_database_type) = "mysql" ]; then if [ $(CreoleGet one_ha_server_index 0) = "0" ]; then + HOST=$(CreoleGet one_database_host) + DB=$(CreoleGet one_database_name) + USER=$(CreoleGet one_database_user) + PASS=$(CreoleGet one_database_pass) $cmd upgrade -f -u $USER -p $PASS -d $DB -S $HOST fi else