Re: Using pg_upgrade on log-shipping standby servers

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Using pg_upgrade on log-shipping standby servers
Дата
Msg-id 1342859061.29907.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Using pg_upgrade on log-shipping standby servers  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Using pg_upgrade on log-shipping standby servers  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On fre, 2012-07-20 at 13:11 -0400, Bruce Momjian wrote:
> I think the commands to run after pg_upgrade --link completes on both
> primary and standby might be as easy as:
> 
>         cd /u/pg/pgsql.old/data
>         find . -links 1 -exec cp {} /u/pgsql/data \;
> 
> Why would we want anything more complicated than this?

In practice these are on different machines, and the way the machines
are connected could vary wildly.  So an automated solution might be
difficult to find.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: 9.2 release schedule
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Resetting libpq connections after an app error