Re: archive_command does not execute

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "George Wilk" <gwilk(at)ellacoya(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: archive_command does not execute
Date: 2007-06-19 18:55:30
Message-ID: 1182279331.6855.340.camel@silverbirch.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 2007-06-19 at 08:17 -0400, George Wilk wrote:

> archive_command = 'touch /var/lib/pgsql/bkp/myfile'

Presumably you understand that an archive_command like the above is not
ever going to do any archiving?

set

log_min_messages = DEBUG1

if you want to see the archive messages.

But it seems like you should be able to do

ls -l /var/lib/pgsql/bkp/myfile

to check your archive_command has succeeded, using your example

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Simon Riggs 2007-06-19 20:05:34 Re: Postgres VS Oracle
Previous Message Dan Harris 2007-06-19 17:54:48 Re: reindex in v8.2