-
Notifications
You must be signed in to change notification settings - Fork 216
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
Update Dockerfile.rhel8 to fix the postgresql upgrade issue from v12 to v13. #456
base: master
Are you sure you want to change the base?
Conversation
Updated docker file to set the POSTGRESQL_PREV_VERSION environment variable for postgresql version 13.
@dinaharan Why do you create a new PR? It should be enough to update the old one. Is there any reason? |
I noticed some difference in Dockerfile from my fork to the current and I don't want to update in the old file an that's reason created the new PR with updated Dockerfile content. |
[test-all] |
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.
The change itself looks good to me and tests are passing.
@dinaharan As @pkubatrh mentioned the |
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.
This allows to upgrade into version 13. Please modify also run_upgrade_test so we have covered test suite.
Removed RHEL8 from validation so that upgrade test runs for RHEL 8.
[test] |
Looking at the code, I'm worried the upgrade that is handled based on Also, I don't see we'd install |
Anyway, #452 that requests upgrade to work is a valid request, we just need to do more than what this PR currently changes. At minimum, install |
[test-all] |
@dinaharan Can you please provide updated #456 (comment). Otherwise we are not able to merge this pull request. Also please rebase this pull request agains master. THank you. |
Pull Request validationFailed🔴 Review - Missing review from a member (2 required) Success🟢 CI - All checks have passed |
Updated docker file to set the POSTGRESQL_PREV_VERSION environment variable for postgresql version 13.
Here is the OLD PR: #451