Skip to content

pg: ph_hba.conf suggestion on pg15 results in syntax error #4

@robert-s-lee

Description

@robert-s-lee

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 workingpostgresIssues related to PostgreSQL connector

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions