RE: Options to rollback PostGIS upgrade

2024-02-26 Thread Regina Obe
hack the version checks in postgis_extensions_upgrade(). From: Nikhil Shetty Sent: Monday, February 26, 2024 11:20 AM To: Regina Obe Cc: PostGIS Users Discussion Subject: Re: Options to rollback PostGIS upgrade Hi Regina, We are upgrading from 3.1.2 to 3.3.3. So, after we run

Re: Options to rollback PostGIS upgrade

2024-02-26 Thread Nikhil Shetty
> > > All I know is if you run > > > > SELECT postgis_full_version(); > > > > And you get an error after upgrading your binaries, then not running > postgis_extensions_ugprade is not an option. > > > > *From:* Nikhil Shetty > *Sent:* Monday, Februar

RE: Options to rollback PostGIS upgrade

2024-02-26 Thread Regina Obe
upgrading your binaries, then not running postgis_extensions_ugprade is not an option. From: Nikhil Shetty Sent: Monday, February 26, 2024 3:30 AM To: PostGIS Users Discussion Subject: Options to rollback PostGIS upgrade Hi Team, We are looking at options available to rollback a

Options to rollback PostGIS upgrade

2024-02-26 Thread Nikhil Shetty
Hi Team, We are looking at options available to rollback a PostGIS upgrade in case there are issues after the upgrade. Apart from removing new packages and installing old ones and then restoring the database from backup , do we have any other option? Thanks, Nikhil