-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
ecc3eb3
to
1ac770f
Compare
squashed the commits, will try a rhel-7 hub package build first, manually test, if that looks OK I will start a full jenkins run. I think this is fixed now. Primary cause of failures was a typo:
|
34b568c
to
9481f3a
Compare
@cf-bottom jenkins please |
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/9903/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-9903/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ok, but unsure about compound commands in if
…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
9481f3a
to
83c91b5
Compare
prefer a PR which can build github workflows: #1303 |
No description provided.