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: Adjusted hub install scripts to allow more time for postgres server to change state #1302

Closed

Commits on Sep 28, 2023

  1. Fixed and improved postgresql server state handling in package script…

    …lets
    
    One typo fix. This was causing failure in ALL upgrades. Ouch.
    
    Changed wait time for server stop/start from 5 seconds to 60.
    
    Added cf_console to pg_upgrade failure tailing so it is visible in console.
    
    Changed condition to test for stopped/started to something that works with tighter restrictions.
    Using a select as root was failing due to lack of an account in postgresql at the moment we
    were checking: bare database without any further manipulation by setup scripts.
    
    Ticket: ENT-10647
    Changelog: title
    craigcomstock committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    83c91b5 View commit details
    Browse the repository at this point in the history