Re: postgresql 9.4 streaming replication - Mailing list pgsql-general

From Sven Löschner
Subject Re: postgresql 9.4 streaming replication
Date
Msg-id 20151019084150.Horde.U2BlAUKhzumRqPxWV5HCGtP@webmail.someko.de
Whole thread Raw
In response to postgresql 9.4 streaming replication  (Sven Löschner <sven@someko.de>)
Responses Re: postgresql 9.4 streaming replication  (Thom Brown <thom@linux.com>)
List pgsql-general
I inserted the following in my pg_hba.conf to test, but it does not work:

host    replication     rep_user        0.0.0.0/0                 trust
host    all             postgres        0.0.0.0/0                 trust

thank you in advance,
Sven

> WAL sender process starts when streaming client is active. The connection
> is initiated by the client. That's why you cannot see it. It also uses the
> TCP-port that is used by any other pg client. There is a special entry in
> the pg_hba.conf for the replication clients. Refer to this please:
> http://www.postgresql.org/docs/9.4/static/auth-pg-hba-conf.html.
>
> cheers
> Matthias





pgsql-general by date:

Previous
From: Sven Löschner
Date:
Subject: Re: postgresql 9.4 streaming replication
Next
From: Josip Rodin
Date:
Subject: ERROR: tablespace "archive2" is not empty