Re: moving a database. - Mailing list pgsql-novice

From Frank Bax
Subject Re: moving a database.
Date
Msg-id 47864E3D.1040308@sympatico.ca
Whole thread Raw
In response to moving a database.  (LWATCDR <lwatcdr@gmail.com>)
Responses Re: moving a database.  (Chuck <chuckr@velofish.com>)
List pgsql-novice
LWATCDR wrote:
> I have an old postgres 7.1 data base that I must migrate to a new
> server running 8.2.6.
> The problem is everything I have tried has failed. The database has
> blobs in it but other than that it is pretty simple.
> So my question is what command line should I use to try and migrate
> this old database to the new server?
> I set up the old one years ago and it frankly has just worked but I
> have to move it to a new machine and I am way out of practice.
> So what command line should I use on the new server to try and copy
> the database from the old server?


Just use your backup/restore procedure (you do have one, right? and you
test it regularly, right?); backup on 7.1; restore on 8.2.

If it doesn't work; post your commands and an error message.

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: moving a database.
Next
From: "Adam Šindelář"
Date:
Subject: question: n:m association between three tables