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 #1463

Merged
merged 2 commits into from
Jul 2, 2024

Commits on Jul 1, 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
    craigcomstock committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    e39924c 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
    craigcomstock committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    18049db View commit details
    Browse the repository at this point in the history