14.4 If You Are Upgrading - Suggested Improvements

Поиск
Список
Период
Сортировка
От Thomas F. O'Connell
Тема 14.4 If You Are Upgrading - Suggested Improvements
Дата
Msg-id B0A7ACDF-622A-4242-AEFF-7FCA407F0126@o.ptimized.com
обсуждение исходный текст
Ответы Re: 14.4 If You Are Upgrading - Suggested Improvements  (Neil Conway <neilc@samurai.com>)
Re: 14.4 If You Are Upgrading - Suggested Improvements  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
I've done a number of upgrades of postgres from one minor release to another, and unless I'm missing something, there's nothing anywhere in section 14 that provides documentation on how to do this.

Generally, it's as simple as:

configure
make
make install
pg_ctl stop [or equivalent, if stop scripts exist]
pg_ctl start -D <data directory> [or equivalent, if start scripts exist]

But it seems like it would be helpful for administrators to break down 14.4 into two sections:

14.4.1 - If You Are Upgrading a Minor Release
14.4.2 - If You Are Upgrading a Major Release (or a Release Requiring an initdb)

Just a suggestion. If this strikes others as a good idea, I'd be happy to draft something.

--
Thomas F. O'Connell

optimizing modern web applications
: for search engines, for usability, and for performance :

615-260-0005

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.4.15 release notes do not mention DST change
Следующее
От: Neil Conway
Дата:
Сообщение: Re: 14.4 If You Are Upgrading - Suggested Improvements