Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql connection string is not updated during restore #289

Open
kemenaran opened this issue Oct 9, 2021 · 0 comments
Open

Mysql connection string is not updated during restore #289

kemenaran opened this issue Oct 9, 2021 · 0 comments
Labels

Comments

@kemenaran
Copy link
Collaborator

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.

(See #287)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant