Re: initial sync of multiple streaming slaves simultaneously

From: Mike Roest <mike(dot)roest(at)replicon(dot)com>
To: Lonni J Friedman <netllama(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: initial sync of multiple streaming slaves simultaneously
Date: 2012-09-19 16:05:02
Message-ID: CAE7ByhhxqY3w=wmD+t8kiJQeQLPdW5dbxUS==1OsJvikDFnb9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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=#

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Roest 2012-09-19 16:35:14 Re: initial sync of multiple streaming slaves simultaneously
Previous Message Lonni J Friedman 2012-09-19 16:03:09 Re: initial sync of multiple streaming slaves simultaneously