Update Dockerfile.rhel8 to fix the postgresql upgrade issue from v12 to v13.#456
Update Dockerfile.rhel8 to fix the postgresql upgrade issue from v12 to v13.#456dinaharan wants to merge 3 commits intosclorg:masterfrom
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] |
phracek
left a comment
There was a problem hiding this comment.
The change itself looks good to me and tests are passing.
|
@dinaharan As @pkubatrh mentioned the |
phracek
left a comment
There was a problem hiding this comment.
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🔴 Approval - missing or changes were requested 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