Changes between Initial Version and Version 1 of Ticket #5592, comment 2
- Timestamp:
- 10/27/23 09:55:53 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5592, comment 2
initial v1 4 4 5 5 1) Upgrade your pg 11 from 2.5 to 3.3 6 6 7 2) Then that said install PG16 PostGIS 3.4.0 7 8 … … 14 15 SELECT postgis_extensions_upgrade(); 15 16 }}} 17 18 19 I should also add, if you don't use pg_upgrade and just doing pg_dump / pg_restore 20 21 You shouldn't have any issue, pg_dump your PG 11 3.3 and restoring on pg_restore on a PG 16 with 3.4 22 23 then running the extensions upgrade function