(18.09) postgresql: Enable systemd integration for 9.6+#51137
Closed
domenkozar wants to merge 2 commits intoNixOS:release-18.09from
Closed
(18.09) postgresql: Enable systemd integration for 9.6+#51137domenkozar wants to merge 2 commits intoNixOS:release-18.09from
domenkozar wants to merge 2 commits intoNixOS:release-18.09from
Conversation
This allows, finally, proper detection when postgresql is ready to accept connections. Until now, it was possible that services depending on postgresql would fail in a race condition trying to connect to postgresql. (cherry picked from commit d04fedd) Signed-off-by: Domen Kožar <domen@dev.si>
|
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.postgresql.postgresql_9_6, tests.postgresql.postgresql_10, tests.postgresql.postgresql_11, tests.postgresql.postgresql_9_5 Partial log (click to expand)
|
Member
|
I need to write a script that output ofborg test commands! |
|
Success on aarch64-linux (full log) Attempted: postgresql Partial log (click to expand)
|
|
Success on x86_64-linux (full log) Attempted: postgresql Partial log (click to expand)
|
|
Success on x86_64-darwin (full log) Attempted: postgresql Partial log (click to expand)
|
Member
Author
|
@Mic92 any objections merging? |
Member
Member
Author
|
Two people came to same patch, it's tested in production. Merged to 18.09 in 4169ce0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'd really like to backport this one to 18.09 as it improves reliability.
I ran PostgreSQL nixos tests and will run this from today on in production (on top of 18.09). So give it a day or so.
EDIT: sorry for mass spam :(