Re: database upgrade. Urgent!!!

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: database upgrade. Urgent!!!
Дата
Msg-id 478293C3.4060806@iol.ie
обсуждение исходный текст
Ответ на database upgrade. Urgent!!!  ("Bomken Basar" <basarbomken@gmail.com>)
Список pgadmin-support
On 07/01/2008 20:48, Bomken Basar wrote:

> By upgrade, i mean the upgradation of database, not the version number 
> increment of postgres like from 8.0 to 8.2..

If you upgrade Postgres to a new major version (IIRC this means either 
of the first two parts of the version number, e.g. 8.1 -> 8.2), then 
usually you have to do a dump and reload of the data. The release notes 
for the new version of PostgreSQL will tell you if you're not sure.

If you don't do this, then I'd imagine PostgreSQL simply won't work. - 
not that I've tried it myself, mind. :-)

A minor version upgrade (e.g. 8.2.4 -> 8.2.5) usually doesn't need a 
dump/restore: again, the release notes will tell you.

If you can establish the version of PostgreSQL you're using (PgAdmin 
will tell you, or you can execute "select version()"), then you can 
check the PG documentation at http://www.postgresql.org/docs/ to see 
whether a dump/reload was required.....though if you can connect with 
PgAdmin after the upgrade, then all is probably well.

HTH,

Ray.


---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------


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

Предыдущее
От: "Bomken Basar"
Дата:
Сообщение: database upgrade. Urgent!!!
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: database upgrade. Urgent!!!