Re: reuse data in existing data directory

From: Peter Schmidtke <pschmidtke(at)mmb(dot)pcb(dot)ub(dot)es>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: reuse data in existing data directory
Date: 2010-03-16 17:06:55
Message-ID: e076e7a37c9152f5c72551d6090c21f2@mmb.pcb.ub.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks Richard,

in fact I just had to run the manual install of postgres and define the
data directory to my existing one and everything was restored....great, but
I preferred to ask rather than erasing my data ;)

Thanks

Peter

On Tue, 16 Mar 2010 12:24:41 +0000, Richard Huxton <dev(at)archonet(dot)com>
wrote:
> On 16/03/10 12:02, Peter Schmidtke wrote:
>> Dear PostGreSQL users,
>>
>> I have the following problem. I have a system with several partitions
>> (openSuse Linux 11.1). Far what is important related to this question :
>>
>> - 1 system partition (where postgres is installed)
>> - 1 data partition (where the postgres data directory is lying)
>>
>> my system partition got messed up and I prefer to reformat and reinstall
>> the system without touching to the data partition. Thus I have to
>> reinstall
>> postgresql, but I don't know if I would be able to recover my data. Is
>> that
>> possible? How can I reintegrate all my ancient databases?
>
> If the data partition contains *all* of your PostgreSQL data files
> (pg_clog, pg_xlog etc) then it should be simple enough.
>
> 1. Take a backup of your PG data (can't hurt).
> 2. Re-install SuSe, make sure you have the same version of PostgreSQL
> (if you had 8.3 before re-install that 8.3 again).
> 3. If your PG files are in the standard directory then you should see an
> error saying initdb refused to run.
> 4. That's it - it should all just work.
>
> --
> Richard Huxton
> Archonet Ltd

--

Peter Schmidtke

----------------------
PhD Student at the Molecular Modeling and Bioinformatics Group
Dep. Physical Chemistry
Faculty of Pharmacy
University of Barcelona

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jamie Kahgee 2010-03-16 19:03:43 app table names
Previous Message Arnaud Lesauvage 2010-03-16 16:03:46 Re: UPDATE with JOIN not using index