Re: failed archive command

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Joe Lester <joe_lester(at)mac(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: failed archive command
Date: 2011-07-07 04:45:08
Message-ID: 1310013908.15816.91.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2011-07-06 at 23:39 -0500, Joe Lester wrote:
> archive_command = '/usr/bin/scp -B /Volumes/DataDrive/data/%p
> postgres(at)172(dot)20(dot)204(dot)55:/Volumes/DataDrive/wals_from_master/%f'

%p is expanded to the *full* path, so /Volumes/DataDrive/data/%p might
not be the correct. I'd use just %p instead of it.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message devrim 2011-07-07 06:16:08 Re: failed archive command
Previous Message Joe Lester 2011-07-07 04:39:17 failed archive command