-
Notifications
You must be signed in to change notification settings - Fork 291
Make postgres version check more lenient #1082
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
JasperB-TeamBlue
left a comment
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.
Tested dev container on centos 9 & 10, both function with this fix.
DEVELOPMENT.adoc
Outdated
| For development on the setup itself it might be usefull to reset the setup. Do the following: | ||
| ``` | ||
| find $PREFIX -type f -name '*.conf' -path '*setup*' -ok sudo rm {} \; |
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.
You could also add some 'make clean' or 'make clean-setup' or so.
| )[ | ||
| -1 | ||
| ], | ||
| 'ok': self._pg_versions_match, |
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.
_pg_versions_match is not used anymore anywhere after this? Then drop the function.
ca5cc2f to
b9675c7
Compare
Add install-setup-dev target to enable more rapid development of the engine-setup. The regular install-dev does the whole java build which is pretty slow. + add some info in dev doc regarding setup development. Add clean-seutp-conf target to cleanup the setup config files. Signed-off-by: Peter Boden <[email protected]>
The setup compares the local psql version with the postgresql server version. Instead of requiring them to be equal, just require that client major >= server major version. Signed-off-by: Peter Boden <[email protected]>
The PATH for e.g. ovirt-engine.py wasn't correct. Signed-off-by: Peter Boden <[email protected]>
b9675c7 to
b174835
Compare
Changes introduced with this PR
*Add install-setup-dev target to Makefile to facilitate development on the setup
Are you the owner of the code you are sending in, or do you have permission of the owner?
y