-
Notifications
You must be signed in to change notification settings - Fork 70
[Installer] better debugging #1307
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
Conversation
Tested on:
There was an issue with the database version check. In some circumstance at mariadb the command This breaks the Version Parser. Therefore I changed this to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only tested for function and logs. didn't check code.
works well. installer_debug.log was created.
installation runs without any issues.
tested on docker
… attempt to avoid unnecessary delay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works here.
Added a lot of log_messages for better debugging in the installer and fixed the database version check which was accidentially a hard fence. Should be soft instead.
No other logic changes. Review with whitespace hidden.
Helps debugging in #1011 or #847