Unix Technical Forum

pgagent

This is a discussion on pgagent within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi , I have searched the net and found some articles on pgagent, but I am unable to get ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 08:03 PM
Fst Procurement
 
Posts: n/a
Default pgagent

Hi ,

I have searched the net and found some articles on pgagent, but I am
unable to get "pg_dump" to execute.:

"Pg_Dump postgres -U postgres -Fc -f c:\db-dump" causes an error in the
pglog file. It complains about the backslash. When I enter this command in
the definition tab the backslash is escaped in the SQL tab. If I change the
command to:

" Pg_Dump postgres -U postgres -f db.dump" it still complains about a
backslash. Its as though it is not really seeing the command.

I tried this command as a SQL and a BATCH step with no success.

In one of the articles on the net I saw that W2K has a bug and will not run
a BATCH step.

Do you perhaps have any other ideas how I can get pg_dump to run through
pg_agent ? Any help would be greatly appreciated.

regards,

Jimmy



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 08:03 PM
Vishal Arora
 
Posts: n/a
Default Re: pgagent




>From: Fst Procurement <fst-procurement@telkomsa.net>
>To: pgadmin-support@postgresql.org
>Subject: [pgadmin-support] pgagent
>Date: Thu, 12 Jul 2007 08:47:55 +0200
>
>Hi ,
>
>I have searched the net and found some articles on pgagent, but I am unable
>to get "pg_dump" to execute.:
>
>"Pg_Dump postgres -U postgres -Fc -f c:\db-dump" causes an error in


If you try to run this in definition tab in step window it won't run.

Make a .bat file and put the command as follows -

@echo off

"C:\Program Files\PostgreSQL\8.2\bin\pg_dump" -Upostgres > "c:\db-dump"

@echo on

And in the step definition tab - put the path of this .bat file within
qoutes (" " ).


>the
>pglog file. It complains about the backslash. When I enter this command in
>the definition tab the backslash is escaped in the SQL tab. If I change the
>command to:
>
>" Pg_Dump postgres -U postgres -f db.dump" it still complains about a
>backslash. Its as though it is not really seeing the command.
>
>I tried this command as a SQL and a BATCH step with no success.
>
>In one of the articles on the net I saw that W2K has a bug and will not run
>a BATCH step.
>
>Do you perhaps have any other ideas how I can get pg_dump to run through
>pg_agent ? Any help would be greatly appreciated.
>
>regards,
>
>Jimmy
>



Is your pgAgent service running?


>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: don't forget to increase your free space map settings


__________________________________________________ _______________
Local listings, incredible imagery, and driving directions - all in one
place! http://maps.live.com/?wip=69&FORM=MGAC01


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com