Home > Archive > PostgreSQL Administration > November 2006 > Can I substitute a recovered /data directory into a new installation?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Can I substitute a recovered /data directory into a new installation?
David J. Fenske

2006-11-07, 7:18 pm

Hi -

I have a postgresql 7.4.6 installation that supports a Lyris List
Manager service, running on Red Hat Enterprise ES 4

Last week during a move of the server, the hard drive of the server
suffered some damage in several blocks, that prevented it from booting.
I was able to recover the pgsql directory off of the disk, but have not
been doing regular dumps to recover from.

I have rebuilt the server using a new disk, keeping the same server
name, IP address, etc. I successfully reinstalled postgresql and I'm
trying to substitute the old data directory into the new installation,
however, I get permission problems. I have reset all file owner and
groups to the postgres user, and used chmod to give just the postgres
user rw permission (600, oh and 700 on the data directory itself).
However, I still get problems that the postmaster will not start because
it's getting permission denied on /data/global/pg_control.

I realize that I am not doing this the correct way by restoring a
legitimate backup, but there must be a way to be able to recover the
static files. Can anybody help set me on the right path?

Thanks in advance!

David

David Fenske
Information Technology Administrator
National Honey Board

davidf@nhb.org

(303)776-2337 x 105






Tom Lane

2006-11-07, 7:18 pm

"David J. Fenske" <davidf@nhb.org> writes:
> ... I have reset all file owner and
> groups to the postgres user, and used chmod to give just the postgres
> user rw permission (600, oh and 700 on the data directory itself).


If you mean you made all the sub-directories mode 600, that would be
your problem ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly

David J. Fenske

2006-11-08, 7:15 pm

That was exactly it. Doh! After I made all the subdirectories 700,
adding the traverse directory permission, it fired right up. Thanks Tom!


Thanks, David

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Tuesday, November 07, 2006 4:26 PM
To: David J. Fenske
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Can I substitute a recovered /data directory into a
new installation?

"David J. Fenske" <davidf@nhb.org> writes:
> ... I have reset all file owner and
> groups to the postgres user, and used chmod to give just the postgres
> user rw permission (600, oh and 700 on the data directory itself).


If you mean you made all the sub-directories mode 600, that would be
your problem ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com