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-10647: Added better handling of postgresql server state during hub package install (3.18) #1296

Closed
wants to merge 1 commit into from

Commits on Sep 27, 2023

  1. Added better handling of postgresql server state during hub package i…

    …nstall
    
    The pg_ctl stop/start commands don't ensure that the server state is as reqeusted
    at the moment that the command returns. Added up to 5 seconds of wait time to
    ensure the state is as we want.
    
    Also added some tails of expected logs when failures occur. Either /var/log/postgresql.log
    or the specific pg_upgrade logs which may be created and mentioned in the output of that command
    failing.
    
    Ticket: ENT-10647
    Changelog: title
    (cherry picked from commit a7e6fa7)
    craigcomstock committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    db9095e View commit details
    Browse the repository at this point in the history