Re: PostgreSQL 9.0.1 PITR can not copy WAL file

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 9.0.1 PITR can not copy WAL file
Date: 2011-01-19 20:56:02
Message-ID: 4D374FE2.3000803@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jerry LeVan 2011-01-19 20:58:10 Re: How can I find the schema that a table belongs to?
Previous Message Magnus Hagander 2011-01-19 20:52:58 Re: PostgreSQL 9.0.1 PITR can not copy WAL file