You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- fail (can't connect with replication connection to remote)
52
53
SELECT * FROM pglogical.create_subscription(
53
54
subscription_name := 'test_subscription',
54
55
provider_dsn := (SELECT provider_dsn FROM pglogical_regress_variables()) || ' user=nonreplica',
55
56
forward_origins := '{}');
56
57
ERROR: could not connect to the postgresql server in replication mode: FATAL: no pg_hba.conf entry for replication connection from host "[local]", user "nonreplica"
0 commit comments