Re: Managing major PostgreSQL upgrades

Поиск
Список
Период
Сортировка
От Tiffany Thang
Тема Re: Managing major PostgreSQL upgrades
Дата
Msg-id CAB_W-NMRpojwwekCVMYGkMhswHH+KL6+7jrETc+kdHWuP2wjfA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Managing major PostgreSQL upgrades  (Saul Perdomo <saul.perdomo@gmail.com>)
Ответы Re: Managing major PostgreSQL upgrades
Список pgsql-general
On Mon, Nov 15, 2021 at 8:48 PM Saul Perdomo <saul.perdomo@gmail.com> wrote:
Hey Tiff, 

We're in a similar boat. We currently lean on (mostly custom) ansible scripting to automate all the repeatable tasks we can, but automation of major PG version upgrades is something we are yet to tackle -- although we plan to start this effort in the short term.

Would you mind sharing a bit more about your own current upgrade process? What's your standard, a dump+restore, a pg_upgrade, or replication-based? Also if you are able to share any lessons learned (e.g. common pitfalls you've run into) will all be useful information to identify ahead of time when drafting an automation strategy. 

Our upgrades (pg_upgrade) have been pretty smooth so far. We have not encountered any issues other than the occasional missing OS packages. The issue is I do not know what problems to expect during a major upgrade which makes automating the process difficult.



On Mon., Nov. 15, 2021, 6:45 a.m. Tiffany Thang, <tiffanythang@gmail.com> wrote:
Hi,
Every year we spent a lot of time planning and manually performing major PostgreSQL upgrade on many of our on-prem and RDS instances. I’m wondering if there is a better way of managing these upgrades through automation. Can anyone share their experiences?

Thanks.

Tiff



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Postgres Equivalent of Oracle Package
Следующее
От: Saul Perdomo
Дата:
Сообщение: Re: Managing major PostgreSQL upgrades