8.4 Data Not Compatible with 9.0.1 Upgrade?

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема 8.4 Data Not Compatible with 9.0.1 Upgrade?
Дата
Msg-id AANLkTikz7woJHH4jgt9043ZL+cK1s5oZeaKmgCrAWM6Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?  (Bill Moran <wmoran@potentialtech.com>)
Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?  (Diego Schulz <dschulz@gmail.com>)
Список pgsql-general
I did an upgrade on my database server this past weekend and the
database fails to start. I checked /var/log/postgresql and found the
reason:

[root@slave ~]# ps aux | grep postgres
root      5189  0.0  0.0   8128   956 pts/0    S+   12:28   0:00 grep postgres

[root@slave ~]# /etc/rc.d/postgresql start
:: Starting PostgreSQL

                  [BUSY] server starting


                  [DONE]
[root@slave ~]# ps aux | grep postgres
root      5205  0.0  0.0   8128   960 pts/0    R+   12:28   0:00 grep postgres

[root@slave ~]# tail -n 50 /var/log/postgresql.log
FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 8.4,
which is not compatible with this version 9.0.1.
FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 8.4,
which is not compatible with this version 9.0.1.
FATAL:  database files are incompatible with server
DETAIL:  The data directory was initialized by PostgreSQL version 8.4,
which is not compatible with this version 9.0.1.

Does anyone know if this is a issue with PostgreSQL or with the way
Arch Linux packages the upgrade?

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

Предыдущее
От: zhong ming wu
Дата:
Сообщение: Is this a known feature of 8.1 SSL connection?
Следующее
От: Bill Moran
Дата:
Сообщение: Re: 8.4 Data Not Compatible with 9.0.1 Upgrade?