You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered: