Changes between Initial Version and Version 1 of Ticket #5592, comment 2


Ignore:
Timestamp:
Oct 27, 2023, 9:55:53 AM (9 months ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5592, comment 2

    initial v1  
    44
    551) Upgrade your pg 11 from 2.5 to 3.3
     6
    672) Then that said install PG16 PostGIS 3.4.0
    78
     
    1415SELECT postgis_extensions_upgrade();
    1516}}}
     17
     18
     19I should also add, if you don't use pg_upgrade and just doing pg_dump / pg_restore
     20
     21You 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
     23then running the extensions upgrade function