Hello,

I am planning to move from Postgis 2.5.5 (on PostgreSQL 9.6) to Postgis 3.0 (on 
PostgreSQL 13).


I refer to http://www.postgis.net/docs/postgis_installation.html#hard_upgrade


Can I proceed as follows (HARD UPGRADE) ?<http://w>

- pg_dump database(s) in old system

- install Postgis 3.0 packages on operating system level

- initialization of new database, start the new server, import of users and 
groups ...

- restore database(s) in new system (using the perl script given in the link 
above)

- ALTER EXTENSION postgis UPDATE TO "3.0.2"; # in new system



OR


Is it still necessary to do an in-place SOFT UPGRADE (ALTER EXTENSION postgis 
UPDATE ...) of Postgis 2.5.5  to 3.0 BEFORE starting the procedure above ?


There is an older docment which mentions this:

https://postgis.net/workshops/postgis-intro/upgrades.html#:~:text=34.2.-,Upgrading%20PostGIS,is%20available%20to%20the%20database.
"Install the new version of PostgreSQL and the same version of PostGIS you are 
using in your old database. You need to match the PostGIS version so that the 
dump file function definitions reference an expected version of the PostGIS 
library."

Regards,
Martin Reismann










_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to