Add a firewall rule to allow PostgreSQL clients to connect #269
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/postgresql_client_firewall"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The problem was that the firewall rule that allows connection from a client's IP to the primary server was missing from the recipe. This PR fixes that.
Previously it was not an issue because services that connected to the PostgreSQL primary were also on the same server as a standby server, connecting through localhost
Also add the postgresql_client role to the mastodon role
Add a firewall rule to allow clients to connectto Add a firewall rule to allow PostgreSQL clients to connectNot sure I understand this entirely. The title and description don't seem to explicitly explain what the problem and solution is.
I have added clarification above: "The problem was that the firewall rule that allows connection from a client’s IP to the primary server was missing from the recipe. This PR fixes that."
Is that alright?
👍