Re: Upgrading rant.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Upgrading rant.
Дата
Msg-id Pine.LNX.4.44.0301041202050.8249-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Upgrading rant.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Upgrading rant.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Upgrading rant.  (Lamar Owen <lamar.owen@wgcr.org>)
Список pgsql-hackers
Tom Lane writes:

> This would require a nontrivial amount of work (notably, we'd have to
> be able to get pg_dump to run against a standalone backend) but I don't
> think I'd trust pg_upgrade as a production-grade tool until its
> invocation method looks like the above.

I would recommend requiring users to do the schema dump before upgrading
the binaries, so they'd do

pg_dumpall -s > schemadump
pg_ctl stop
[upgrade binaries]
pg_upgrade --option=schemadump
pg_ctl start

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: next set of SSL - ideas?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Upgrading rant.