allenap / pgdo

The convenience of SQLite – but with PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade clusters

allenap opened this issue · comments

I want to be able to upgrade a cluster as easily as:

$ pgdo -D data upgrade --to 16.0

and that's it.

https://www.postgresql.org/docs/16/upgrading.html talks about different ways to do this, but the most interesting option is pg_upgrade.