Re: [GENERAL] pg_basebackup error: replication slot "pg_basebackup_2194" already exists

2017-05-30 Thread Ludovic Vaugeois-Pepin
On Tue, May 30, 2017 at 9:32 PM, Magnus Hagander wrote: > On Tue, May 30, 2017 at 9:14 PM, Ludovic Vaugeois-Pepin > wrote: >> >> I ran into the issue described below with 10.0 beta. The error I got is: >> >> pg_basebackup: could not create temporary replicati

Fwd: [GENERAL] pg_basebackup error: replication slot "pg_basebackup_2194" already exists

2017-05-30 Thread Ludovic Vaugeois-Pepin
Le 30 mai 2017 9:32 PM, "Magnus Hagander" a écrit : On Tue, May 30, 2017 at 9:14 PM, Ludovic Vaugeois-Pepin wrote: > > I ran into the issue described below with 10.0 beta. The error I got is: > > pg_basebackup: could not create temporary replication slot > &q

[GENERAL] pg_basebackup error: replication slot "pg_basebackup_2194" already exists

2017-05-30 Thread Ludovic Vaugeois-Pepin
I ran into the issue described below with 10.0 beta. The error I got is: pg_basebackup: could not create temporary replication slot "pg_basebackup_2194": ERROR: replication slot "pg_basebackup_2194" already exists A race condition? Or maybe I am doing something wrong. Release: Name

Re: [GENERAL] wal_retrieve_retry_interval

2017-05-29 Thread Ludovic Vaugeois-Pepin
On Tue, May 30, 2017 at 12:20 AM, Michael Paquier wrote: > On Sun, May 28, 2017 at 9:41 AM, Ludovic Vaugeois-Pepin > wrote: >> On Sun, May 28, 2017 at 9:49 AM, Ludovic Vaugeois-Pepin >> wrote: >>> It really is set at 3s on all servers (master and standbies) earl

Re: [GENERAL] wal_retrieve_retry_interval

2017-05-28 Thread Ludovic Vaugeois-Pepin
On Sun, May 28, 2017 at 9:49 AM, Ludovic Vaugeois-Pepin wrote: > > > On Sun, May 28, 2017 at 6:54 AM, Michael Paquier > wrote: >> >> On Sat, May 27, 2017 at 2:40 PM, Ludovic Vaugeois-Pepin >> wrote: >> > Say, with 9.6.2, a hot_standby fails to connec

Fwd: [GENERAL] wal_retrieve_retry_interval

2017-05-28 Thread Ludovic Vaugeois-Pepin
On Sun, May 28, 2017 at 6:54 AM, Michael Paquier wrote: > On Sat, May 27, 2017 at 2:40 PM, Ludovic Vaugeois-Pepin > wrote: > > Say, with 9.6.2, a hot_standby fails to connect to a replication slot: > > FATAL: could not start WAL streaming: ERROR: replication slot >

[GENERAL] wal_retrieve_retry_interval

2017-05-27 Thread Ludovic Vaugeois-Pepin
Hi, Say, with 9.6.2, a hot_standby fails to connect to a replication slot: FATAL: could not start WAL streaming: ERROR: replication slot "test3" does not exist or FATAL: could not connect to the primary server: FATAL: the database system is starting up Is there a way to reduce the ti