Re: PG_VERSION Errors???

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: PG_VERSION Errors???
Дата
Msg-id 38E8FCD6.EF595AC4@wgcr.org
обсуждение исходный текст
Ответ на PG_VERSION Errors???  ("Glerum, Joe - KyEM" <jglerum@kydes.dma.state.ky.us>)
Ответы Re: PG_VERSION Errors???  ("Walter M. Yuan" <miao@eagles.caltech.edu>)
Список pgsql-admin
"Glerum, Joe - KyEM" wrote:
>         Database system in directory /usr/local/pgsql/data is not compatable
> with this version of Postgres, or we are unable to read the PG_VERSION file.
> Explanation from the ValidatePgVersion: Version number in file
> '/usr/local/pgsql/data/PG_VERSION' should be 6.5, not 6.4.

> When I change the 6.4 to 6.5 and restart the postmaster I can't do so with
> errors to change it back to 6.4.

Did you do a dump/initdb/restore cycle?  For a major version upgrade
(such s 6.4.2 to 6.5.3), you must first dump your old database using
pg_dumpall, clear out the database directory, initdb with the new
version, then restore using 'psql -e template1 <dumped-data-file'.

By the error message you gave, I'm assuming you are using the standard,
non-RPM distribution.  The RPM distribution since 6.5.1 or so has
included a set of tools to make the migration easier.  Upon an upgrade
of the RPM's, a copy of the old executables is saved; also, a
postgresql-dump utility is provided to use the old executables to make a
dump.  Then, the new version can be started up.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

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

Предыдущее
От: "Glerum, Joe - KyEM"
Дата:
Сообщение: PG_VERSION Errors???
Следующее
От: "Walter M. Yuan"
Дата:
Сообщение: Re: PG_VERSION Errors???