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

ENT-11853: Adjusted calling pg_upgrade during upgrade to include LD_LIBRARY_PATH of previous installation (3.21) #1476

Merged
merged 2 commits into from
Jul 8, 2024

Commits on Jul 2, 2024

  1. Adjusted calling pg_upgrade during upgrade to include LD_LIBRARY_PATH…

    … of previous installation
    
    pg_upgrade calls postgres which includes reference to libssl that may change during upgrade which will cause postgres to not be executable
    Add LD_LIBRARY_PATH=$BACKUP_DIR/lib/ to address this issue.
    
    Ticket: ENT-11853
    Changelog: title
    (cherry picked from commit e39924c)
    craigcomstock committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a290317 View commit details
    Browse the repository at this point in the history
  2. Removed allowance for some platforms to fail pg_upgrade due to openss…

    …l library version changes during upgrades
    
    Ticket: ENT-11853
    Changelog: none
    (cherry picked from commit 18049db)
    craigcomstock committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0b7a0ea View commit details
    Browse the repository at this point in the history