Re: We have a requirement to downgrade from PostgreSQL 9.5.4 to 9.5.2

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: We have a requirement to downgrade from PostgreSQL 9.5.4 to 9.5.2
Дата
Msg-id CAB7nPqR1DtZrJO39L+9YjuA+M7RBQsROgjwZB-1CNxgEa_+ndw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: We have a requirement to downgrade from PostgreSQL 9.5.4 to 9.5.2  (KGA Official <kga.official@gmail.com>)
Список pgsql-general
On Tue, Sep 20, 2016 at 3:21 PM, KGA Official <kga.official@gmail.com> wrote:
> Regarding "are you really going to downgrade again"?
> The upgraded postgres will be bundled along with product code changes and
> other products. So, if someone finds product issues, they will roll back
> everything together.
> So, essentially, yes. One requirement of the roll out is that it be possible
> to roll-back.

Roll-out can be a complicated requirement knowing that sometimes minor
releases can introduce new GUC parameters and those can generate WAL
records. Though it is a rare fact, it is not impossible, and things
are kept compatible as much as possible. Personally I find deploying a
backup of PGDATA instead of reusing an existing PGDATA with older
binaries after it has run with newer binaries a more iron-solid
approach, and I've learnt to be careful with such things..
--
Michael


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

Предыдущее
От: KGA Official
Дата:
Сообщение: Re: We have a requirement to downgrade from PostgreSQL 9.5.4 to 9.5.2
Следующее
От: sangeetha
Дата:
Сообщение: PQexecFinish blocked forever in localhost also