From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Thom Brown <thombrown(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Warm standby failover mechanism |
Date: | 2009-02-25 22:10:47 |
Message-ID: | 1235599847.24423.35.camel@jd-laptop.pragmaticzealot.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 2009-02-25 at 22:06 +0000, Thom Brown wrote:
>
> Looks like you didn't run cmd_archiver -C <config_file> -I
>
>
>
> Ahh, okay, that did something, which I think means it created a
> directory named after the slave IP in the archive directory.
Right that is the queue directory.
> Now when I run "./cmd_archiver -C cmd_archiver.ini" I get:
>
That command really shouldn't do anything but error. The whole point of
the archiver is to be placed in the archive_command option in the
postgresql.conf. E.g;
cmd_archive -C cmd_archive.ini -F %p
This really should be happening on the pitrtools list. Let's bounce over
there and resolve this.
Joshua D. Drake
>
--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997
From | Date | Subject | |
---|---|---|---|
Next Message | Roderick A. Anderson | 2009-02-25 22:25:45 | Tangent Ref: Valid characters for user/role/group names? |
Previous Message | Thom Brown | 2009-02-25 22:06:35 | Re: Warm standby failover mechanism |