From: | Baudrion Philippe <Philippe(dot)Baudrion(at)adm(dot)unige(dot)ch> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Retore Postgres DB without dump |
Date: | 2008-04-11 14:14:05 |
Message-ID: | 47FF722D.20705@adm.unige.ch |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello all,
I had a look at your last year archive without finding my solution, but
I suppose it's a common problem.
I am trying to restore an old database from their relations files, I
don't have any dump, is it possible and how ?
System information:
Original - db: Postgres v.7.4, OS: Linux Mandriva 2006
Current - db: Postgres v.8.1.11, OS: Suse SLES10sp1
What I have tried is :
- To copy the files directly in an empyty db, I got a message like this
when trying to connect: "Error: wrong files version, these are 7.4 files
version and you are running 8.1"
- So, I have build and installed a 7.4 version of Postgres
- Copy the files in an empty database
- Connection was ok, but "\dt" told me "no relations found".
What can I try next ?
I also have the original "pg_clog" and "pg_xlog" directories, and I have
also tried to replace them. What can I do with the WAL segments ?
Thanks for your help,
Philippe
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2008-04-11 16:40:16 | Re: Retore Postgres DB without dump |
Previous Message | Mikel Lindsaar | 2008-04-11 07:52:48 | Anyone successfully moved the pg_xlog to a separate drive on windows server? |