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

Installer: avoid that setup will crash if interrupted / started again #380

Closed
YaWK opened this issue Feb 28, 2023 · 1 comment
Closed

Installer: avoid that setup will crash if interrupted / started again #380

YaWK opened this issue Feb 28, 2023 · 1 comment
Assignees
Labels
BUG Bugs or other unwanted insects FIXED This is fixed

Comments

@YaWK
Copy link
Owner

YaWK commented Feb 28, 2023

After entering db credentials, it was possible to crash the setup process. (If user pressed on browser cancel btn, or reloaded the page during database import) - a faulty installation / faulty database import will now be detected during the setup init process. If that occurs, the installer will delete all db tables to reset the database and re-init the complete setup process again.

This is a huge stability improvement. This avoids an internal server error 500 that could occur during installation in a scenario as described above.

@YaWK YaWK added BUG Bugs or other unwanted insects FIXED This is fixed labels Feb 28, 2023
@YaWK YaWK self-assigned this Feb 28, 2023
@YaWK
Copy link
Owner Author

YaWK commented Feb 28, 2023

Done - setup won't crash anymore if interrupted before last step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Bugs or other unwanted insects FIXED This is fixed
Projects
None yet
Development

No branches or pull requests

1 participant