Re: Update 8.2 to 8.3

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Update 8.2 to 8.3
Дата
Msg-id dcc563d10802181302he6a5a04r89a33d13bbfa7c2b@mail.gmail.com
обсуждение исходный текст
Ответ на Update 8.2 to 8.3  ("Alfred Langer" <Alfred.Langer1@web.de>)
Список pgsql-admin
On Feb 18, 2008 2:02 PM, Alfred Langer <Alfred.Langer1@web.de> wrote:
>
> Hallo,
>
> I'm using fedora 8 and I have problems to run 8.2 and 8.3 parallel on the
> same computer . Is it realy necessary to run pg_dumpall with 8.3.

I'm afraid I'm not entirely sure if you're asking two unrelated
questions or two questions you believe to be related.

To run 8.2 and 8.3 in parallel on fedora, you'll either need to do
source builds with different --prefix= settings, or you'll have to
compile your own rpms from sprms with aforementioned --prefix settings
in there somehow.  For fedora, I prefer to build from source.  it's
really easy, and it's usually on a box used for things like running >
1 of something.

./configure --prefix=/home/smarlowe/pg82
make
make install

rinse repeat.

As to the pg_dumpall, the nominally accepted way of upgrading your
cluster is to use pg_dumpall from the destination version again the
source version, where the destination pg version is > or = the source
pg version.

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

Предыдущее
От: "Alfred Langer"
Дата:
Сообщение: Update 8.2 to 8.3
Следующее
От: "Praveen Kumar \(TUV\)"
Дата:
Сообщение: Re: Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?