From: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
---|---|
To: | Vanessa Lopez <v(dot)lopez(at)open(dot)ac(dot)uk> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: REINDEX "is not a btree" |
Date: | 2009-07-04 13:06:54 |
Message-ID: | 1246712814.20926.13.camel@ayaki |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 2009-07-03 at 15:00 +0100, Vanessa Lopez wrote:
> I don't know much about postgre, I have no clue what else I can do.
> Please, please any help is very very much appreciated I have lots of
> databases and months of work in postgre (also lots of backups for the
> data in /data)
When you say "in /data", do you mean the directory that contains the
directories "pg_xlog", "base", "global", "pg_clog", etc ?
Did you back up and restore the WHOLE data directory at once? Or did you
restore only parts of it?
When restoring, did you:
- Stop PostgreSQL
- Check with "ps" to ensure no 'postgres' or 'postmaster' instances
were still running
- Move the old data directory out of the way
- Copy the backup data directory from your backups
- start PostgreSQL
?
Have you checked the file system and disk to make sure they're OK?
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | abdelhak benmohamed | 2009-07-04 13:55:46 | about pg_stat_get_db_xact_commit |
Previous Message | Jennifer Trey | 2009-07-04 09:44:17 | Re: Group by on %like% |