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
>
> # happen after that time. 0
> disables.
>
> #log_rotation_size = 10MB # Automatic rotation of logfiles
> will
>
> # happen after that much log
> output.
>
>
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%
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
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.