Re: migrate postgresql database from 8.3 to 8.4 version ?

Поиск
Список
Период
Сортировка
От Devrim GÜNDÜZ
Тема Re: migrate postgresql database from 8.3 to 8.4 version ?
Дата
Msg-id 1301511529.7735.5.camel@lenovo01-laptop03.gunduz.org
обсуждение исходный текст
Ответ на migrate postgresql database from 8.3 to 8.4 version ?  (mike lan <lan.mike88@gmail.com>)
Список pgsql-novice
On Wed, 2011-03-30 at 18:50 +0000, mike lan wrote:
> is it possible to migrate  postgresql database from 8.3 to 8.4
> version ? what about 8.3 to 9 ?
> 8.2 to 8.3 ?

Everything is possible, if you have already tested your application. 8.2
to 8.3 is likely to break, because of casting changes. The rul1e of the
thumb is taking the dump using the higher version of pg_dump.

If you want to move from 8.4 to 9.0 (the only combination that you did
not specify, but still...), you can also use pg_upgrade utility.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Вложения

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

Предыдущее
От: mike lan
Дата:
Сообщение: migrate postgresql database from 8.3 to 8.4 version ?
Следующее
От:
Дата:
Сообщение: PostgreSQL 9.0.3 cannot choose the best candidate function with type casts