Installations having a customized mysqluser settings will fail to execute the restore script.
This is because the mysqluser setting is ignored during the restore (which is fine, the DB gets re-created anyway), but the backuped config.json file is not updated with the new DB settings.
We should find a way to update the SQL connection string in the config.json during restore.
Installations having a customized
mysqluser
settings will fail to execute the restore script.This is because the
mysqluser
setting is ignored during the restore (which is fine, the DB gets re-created anyway), but the backupedconfig.json
file is not updated with the new DB settings.We should find a way to update the SQL connection string in the
config.json
during restore.(See #287)