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

Update Dockerfile.rhel8 to fix the postgresql upgrade issue from v12 to v13. #451

Closed
wants to merge 1 commit into from

Commits on Jun 17, 2022

  1. Update Dockerfile.rhel8 to fix the postgresql upgrade issue from v12.

    I was trying to test postgresql upgrade to version 13 from version 12 using RHEL8 based image but it's not working.  I see the following env is missing in RHEL8 based postgresql 13 image
    
    POSTGRESQL_PREV_VERSION=12
    
    Here is the link to problematic Dockerfile.
    
    https://github.com/sclorg/postgresql-container/blob/generated/13/Dockerfile.rhel8
    
    The same works fine with RHEL7 and other images.
    dinaharan authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    dd0dc17 View commit details
    Browse the repository at this point in the history