Re: Pg_basebackup does not do aything

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: thomas simon <tsimon(at)neteven(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Pg_basebackup does not do aything
Date: 2014-06-25 20:49:03
Message-ID: CAJghg4LJi+oFOem47ocEnQvB_1KNr6NT1wzpFMPhU0D_BZtKuA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Jun 25, 2014 at 4:58 PM, thomas simon <tsimon(at)neteven(dot)com> wrote:

> My command is : pg_basebackup -D /data/postgresql/9.3/main -P -v -h
> MASTER -U replicator -X s

I'm betting you are just waiting for a "spread" checkpoint. If that is the
case, you can issue a CHECKPOINT command on the master and see if your
backup start running, or you you can use "--checkpoint=fast" option for
pg_basebackup.

--
Matheus de Oliveira
Analista de Banco de Dados
Dextra Sistemas - MPS.Br nível F!
www.dextra.com.br/postgres

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message thomas simon 2014-06-25 22:24:02 Re: Pg_basebackup does not do aything
Previous Message thomas simon 2014-06-25 19:58:32 Pg_basebackup does not do aything