| From: | hubert depesz lubaczewski <depesz(at)gmail(dot)com> |
|---|---|
| To: | Ramesh T <rameshparnanditech(at)gmail(dot)com> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: BAKUP ISSUE |
| Date: | 2014-07-09 13:54:35 |
| Message-ID: | CAKrjmhe9VhJfZ+juEBfpnv8m8vdsfx0Y1-pXDLfJ=a-M+PXmCg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jul 9, 2014 at 3:28 PM, Ramesh T <rameshparnanditech(at)gmail(dot)com>
wrote:
> Yes,not an error it is a warning and archive is working.
>
How can you say that archive is working when in logs you have?
> 2014-07-09 18:53:33 IST LOG: archive command failed with exit code 1
> 2014-07-09 18:53:33 IST DETAIL: The failed archive command was: copy
> "pg_xlog\000000010000000000000001" "C:Program FilesPostgreSQL
> amesh 000000010000000000000001"
> 2014-07-09 18:53:34 IST LOG: archive command failed with exit code 1
> 2014-07-09 18:53:34 IST DETAIL: The failed archive command was: copy
> "pg_xlog\000000010000000000000001" "C:Program FilesPostgreSQL
> amesh 000000010000000000000001"
> 2014-07-09 18:53:34 IST WARNING: archiving transaction log file
> "000000010000000000000001" failed too many times, will try again later
>
Fix the archive command so that it will actually work (files should appear
in destination directory).
I have 0 knowledge about windows, but I would guess you need to use \\ and
not \ in the path. Also - does the destination path exist?
depesz
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Scott Marlowe | 2014-07-09 13:56:24 | Re: php password authentication failed for user ... |
| Previous Message | dinesh kumar | 2014-07-09 13:50:23 | Re: BAKUP ISSUE |