Re: initial sync of multiple streaming slaves simultaneously - Mailing list pgsql-general

From Mike Roest
Subject Re: initial sync of multiple streaming slaves simultaneously
Date
Msg-id CAE7ByhhxqY3w=wmD+t8kiJQeQLPdW5dbxUS==1OsJvikDFnb9g@mail.gmail.com
Whole thread Raw
In response to Re: initial sync of multiple streaming slaves simultaneously  (Lonni J Friedman <netllama@gmail.com>)
Responses Re: initial sync of multiple streaming slaves simultaneously
List pgsql-general

Specifically what is the error?
psql (9.1.5)
Type "help" for help.

postgres=# select pg_start_backup('hotbackup',true);
 pg_start_backup
-----------------
 61/B000020
(1 row)

postgres=# select pg_start_backup('hotbackup',true);
ERROR:  a backup is already in progress
HINT:  Run pg_stop_backup() and try again.
postgres=#

pgsql-general by date:

Previous
From: Lonni J Friedman
Date:
Subject: Re: initial sync of multiple streaming slaves simultaneously
Next
From: Mike Roest
Date:
Subject: Re: initial sync of multiple streaming slaves simultaneously