Re: Moving pg_xlog problem - Mailing list pgsql-admin

From MaXX
Subject Re: Moving pg_xlog problem
Date
Msg-id dkq64s$bbp$1@talisker.lacave.net
Whole thread Raw
In response to Moving pg_xlog problem  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List pgsql-admin
Joost Kraaijeveld wrote:
> On Mon, 2005-11-07 at 23:46 -0800, Jeff Frost wrote:
>> So, what happens if you do this as the postgres user:
>> ls -l /var/lib/postgresql/8.0/main/pg_xlog/
>> I'm going to guess the output indicates you have a directory inside
>> pg_xlog called pg_xlog_orig.
> Sorry, copied and pasted the wrong part of the history file: the
> directory structure is OK as far as I can see, but there must something
> wrong...
I ran in the same problem a while before, Check permissions and how the
symlink was created, it must be 'ln -s /full/path /full/dst/path' ,no
'./' ...

That solved my problem...

HTH,
--
MaXX

pgsql-admin by date:

Previous
From: Martin Schievink
Date:
Subject: Could not create unique index, table contains duplicated values
Next
From: Tom Lane
Date:
Subject: Re: Moving pg_xlog problem