Re: Need help to migrate pqSQL db 8.0.3 to 8.2.6

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: Need help to migrate pqSQL db 8.0.3 to 8.2.6
Дата
Msg-id b35603930803241857w5ec0390fldcc57b50e30e064f@mail.gmail.com
обсуждение исходный текст
Ответ на Need help to migrate pqSQL db 8.0.3 to 8.2.6  ("Tri Quach" <tquach@k12.hi.us>)
Ответы Re: Need help to migrate pqSQL db 8.0.3 to 8.2.6  ("Tri Quach" <tquach@k12.hi.us>)
Список pgsql-general
On 25/03/2008, Tri Quach <tquach@k12.hi.us> wrote:
> Hi All,


> I installed pqsql 8.2.6 on a new server.  I need to migrate the data from
> pqSQL db 8.0.3 on the old server to 8.2.6 on the new server.  Can anyone
> provide me a document how to migrate?
It's part of the package.  Read the INSTALL document that comes with
postgres, it has an UPGRADE section.  In a nutshell you want to use
pg_dump (or pg_dumpall, depending on how many databases you
have loaded) ... you can either save the files, install the new version
and import them, or you can (if you start the newer version on a
different port than 5432 and have it use a different base directory)
have both versions running at the same time.

What OS & version are you running PG on? And if you can, use 8.2.7


> Thank you for your help.
>
> Tri
Cheers,
Andrej


--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

В списке pgsql-general по дате отправления:

Предыдущее
От: "Tri Quach"
Дата:
Сообщение: Need help to migrate pqSQL db 8.0.3 to 8.2.6
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ATTN: Clodaldo was Performance problem. Could it be related to 8.3-beta4?