I am currently using PostgreSQL 9.3/PostGIS2.1. I want to upgrade to PG13. Could we able to upgrade to 13.x directly? Any help is appreciated.
1 Like
Hi @ja2027 , Yes you can upgrade to any latest version of PostgreSQL using pg_upgrade directly. The relevant version of extensions (including PostGIS) on the new PostgreSQL version must be installed prior to the migration.
1 Like