-
Notifications
You must be signed in to change notification settings - Fork 283
Fresh install need to restart after pg_hba.conf #236
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
Comments
This was addressed by @RobRuana (with a proposed resolution): #216 (comment). |
impacts Ubuntu too, see #216 (comment)
|
I just ran into this with Debian as well. It seems that triggering a reload manually does pick up the changes, but during the run of this formula it does not. Could it be that it is actually a race condition? As the formula executes the following steps:
Perhaps the reload (bullet 4) is ignored because the restart (of bullet 2) is still in progress? |
Fix #236: Restart postgres service after ACL changes in pg_hba.conf
Hi,
I've deployed a new postgresql server, it seems that the postgresql-pg_hba resource is not notifying the postgresql service (PG 10 on CentOS 7)
Best regards
The text was updated successfully, but these errors were encountered: