-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingpostgresIssues related to PostgreSQL connectorIssues related to PostgreSQL connector
Description
Describe the issue
pg_hba.conf suggestion on pg v15 results in syntax error
The relevant Arcion product or service
arcion replicant
Expected behavior
cut and paste of example working on pg v15
Actual behavior
cut and paste of example results in syntax error with missing param
The part of the documentation that requires updating
the following is not valid on pg v15.
# allow remote replication connection from any client machine to <username> (IPv4 + IPv6)
host replication <username> 0.0.0.0/0 <auth-method>
host replication <username> ::0/0
Additional information
the following works by adding trust
host replication all 0.0.0.0/0 trust
host replication all ::0/0 trust
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpostgresIssues related to PostgreSQL connectorIssues related to PostgreSQL connector