Re: moving a database.

Поиск
Список
Период
Сортировка
От Frank Bax
Тема Re: moving a database.
Дата
Msg-id 47864E3D.1040308@sympatico.ca
обсуждение исходный текст
Ответ на moving a database.  (LWATCDR <lwatcdr@gmail.com>)
Ответы Re: moving a database.  (Chuck <chuckr@velofish.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: moving a database.
Следующее
От: "Adam Šindelář"
Дата:
Сообщение: question: n:m association between three tables