Re: Ways to speed up dump&reload

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Ways to speed up dump&reload
Дата
Msg-id 37u41uF5e6768U1@individual.net
обсуждение исходный текст
Ответ на Ways to speed up dump&reload  ("Markus Wollny" <Markus.Wollny@computec.de>)
Список pgsql-general
You might consider using Slony-I to minimize the downtime.

I haven't done an upgrade using, but know that others have, and I've
done the same using eRServer...

The idea is that you set up an 8.0.1 backend, and set up replication
well ahead of time.  Replicate from the 7.4 system to the 8.0 one.

It might take several days to get replication up to date if the
databases are large enough, but once they are relatively in sync, they
should stay there pretty easily.

Switching versions is then as easy as using MOVE SET to switch the
origin from the 7.4 system to the 8.0 one.  That ou
--
output = reverse("moc.liamg" "@" "enworbbc")
http://linuxdatabases.info/info/versionupgrade.html
The quickest way to a man's heart is through his chest, with an axe.

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Ways to speed up dump&reload
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: Scalability with large numbers of tables