Re: [pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-08 Thread Rob Musitano
sztalos [mailto:daniel.aszta...@puppetworks.eu<mailto:daniel.aszta...@puppetworks.eu>] Sent: Friday, March 03, 2017 4:34 AM To: Rob Musitano mailto:rob.musit...@ldc.com>> Cc: pgadmin-support@postgresql.org<mailto:pgadmin-support@postgresql.org> Subject: Re: [pgadmin-support] Failed backup Job. How t

Re: [pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-08 Thread Dániel Asztalos
> > # happen after that time. 0 > disables. > > #log_rotation_size = 10MB # Automatic rotation of logfiles > will > > # happen after that much log > output. > >

Re: [pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-06 Thread Rob Musitano
Musitano Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Failed backup Job. How to find out why it failed. Hi, you should redirect the output of the pg_dump command to a file to see the error. Do something like: %PGBIN%pg_dump -i -h %PGHOST% -U %PGUSER% -F c -b -v -f "%BACKUPDIR%

Re: [pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-03 Thread Dániel Asztalos
Hi, you should redirect the output of the pg_dump command to a file to see the error. Do something like: %PGBIN%pg_dump -i -h %PGHOST% -U %PGUSER% -F c -b -v -f "%BACKUPDIR%serverpub-%year%%month%%day%%hh%%nn%.compressed" serverpub* 1> %LOG_FILE% 2>&1* On 2 March 2017 at 23:04, Rob Musitano wrot

[pgadmin-support] Failed backup Job. How to find out why it failed.

2017-03-02 Thread Rob Musitano
All. I have a backup job that runs each day yet it shows failed. How can I see why it failed or where the error is? I searched across PGADMIN and cannot locate a log that shows me the details. The only location that I see failed status is at the job in Properties and in the Statistic listing.