| From: | tuanhoanganh <hatuan05(at)gmail(dot)com> |
|---|---|
| To: | John R Pierce <pierce(at)hogranch(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PostgreSQL 9.0.1 PITR can not copy WAL file |
| Date: | 2011-01-21 04:03:21 |
| Message-ID: | AANLkTim=c0=EZnDg0HJo3FQp6Xu8R8_PHRBV_vLwHS9y@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
NO, D is local driver.
I setup PITR from 01/01/2011. It work well from 01->05/01/2011
(D:/3SDATABACKUP/PITR/WAL has 00000001000000040000005D) but error from
06/01/2011
On Thu, Jan 20, 2011 at 3:56 AM, John R Pierce <pierce(at)hogranch(dot)com> wrote:
> On 01/19/11 9:23 AM, tuanhoanganh wrote:
>
>>
>>
>> 2011-01-06 08:27:54 ICT LOG: archive command failed with exit
>> code 1
>> 2011-01-06 08:27:54 ICT DETAIL: The failed archive command
>> was: copy
>> pg_xlog\00000001000000040000005E
>> D:/3SDATABACKUP/PITR/WAL/00000001000000040000005E
>>
>> [... lots more ...]
>>
>>
> is D: a network mapped drive?
>
> those mappings are per user session specific, and the database service will
> not see them as it runs in a service session, not on the desktop session....
> use a UNC instead if you are going across the network, eg,
> \\server\share\path\filename
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | tuanhoanganh | 2011-01-21 04:03:55 | Re: PostgreSQL 9.0.1 PITR can not copy WAL file |
| Previous Message | Bruce Momjian | 2011-01-21 00:14:57 | Re: plpyhton |