Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: running pg_dump via pgAgent



 
From: pgadmin-support-owner(at)postgresql(dot)org
[mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of Che
Sent: 28 January 2006 17:52
To: pgadmin-support(at)postgresql(dot)org#
Subject: [pgadmin-support] running pg_dump via pgAgent
	
	
> Hi,

Hi,

> I am trying to use pgAgent to automatically backup my database 
> once a day. Wouldn't this be the most common use of pgAgent? 

It's not one I considered when I finished writing it, but it does seem
perfectly reasonable.
	 
> I have successfully installed pgAgent, and it runs jobs ok. 
> However, I'm running into problems when I set up a job to run 
> a "batch" step with the following definition: 
>
>	pg_dump -f c:\temp\dump.dat -U postgres test
>	
> It starts the job, and the statistics for the step shows it is running
(I can also see in my 
> task manager that pg_dump is running) ... but it never stops! 

Hm, I've just tried it here and it worked perfectly. The only real
difference that I can see was that I used the full path to pg_dump:

"C:\Program Files\PostgreSQL\8.1\bin\pg_dump" -f c:\temp\dump.dat -U
postgres test

Please check that libpq.dll and whatever dependencies the Pervasive
build of it may have are in the same directory as pg_dump, and please
try specifying the full path to pg_dump. Also, please make sure that the
Windows postgres user has write permissions on the c:\temp directory.

Another thought that just crossed my mind - perhaps pg_dump is prompting
for a password (which pgAgent will never enter of course). Please check
that your postgres account has a pgpass.conf file configured to allow
access to the test database, or that pg_hba.conf has an appropriate
trust entry.

Regards, Dave.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group