diff --git a/posttemplate/90-one-db b/posttemplate/90-one-db index 10496e3..11317db 100644 --- a/posttemplate/90-one-db +++ b/posttemplate/90-one-db @@ -35,7 +35,7 @@ function updateDB() then if [ $(CreoleGet one_database_type) = "mysql" ]; then if [ $(CreoleGet one_ha_server_index 0) = "0" ]; then - $cmd sqlite2mysql -u $USER -p $PASS -d $DB -S $HOST + $cmd upgrade -f -u $USER -p $PASS -d $DB -S $HOST fi else $cmd upgrade -f -s ${dbfile}