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

Conversation

craigcomstock
Copy link
Contributor

  • Adjusted calling pg_upgrade during upgrade to include LD_LIBRARY_PATH of previous installation
  • Removed allowance for some platforms to fail pg_upgrade due to openssl library version changes during upgrades

… 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)
…l library version changes during upgrades

Ticket: ENT-11853
Changelog: none
(cherry picked from commit 18049db)
@craigcomstock
Copy link
Contributor Author

will check ubu22hub since that got a new error I noticed when trying to upgrade 3.18.8 to 3.24.0 (ENT-11945), probably should be unsupported but if happens from 3.18.8 to 3.21.6a then I will investigate

Build Status

@craigcomstock
Copy link
Contributor Author

get a deb9hub package for manual testing Build Status

@craigcomstock
Copy link
Contributor Author

now check rhel9hub Build Status

@craigcomstock craigcomstock requested review from nickanderson and removed request for nickanderson July 8, 2024 16:22
@craigcomstock craigcomstock merged commit 6869b3d into cfengine:3.21.x Jul 8, 2024
4 of 5 checks passed
@craigcomstock craigcomstock deleted the ENT-11853/3.21 branch July 8, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant