Hi, folks, I am running PostgresApp on a Mac and recently updated it to PostgreSQL version 17.1.
While running SELECT postgis_extensions_upgrade(); I get the following error: NOTICE: Updating extension postgis 3.5.0alpha2 ERROR: extension "postgis" has no update path from version "3.5.0alpha2" to version "ANY" CONTEXT: SQL statement "ALTER EXTENSION postgis UPDATE TO "ANY";ALTER EXTENSION postgis UPDATE TO "3.5.0"" PL/pgSQL function postgis_extensions_upgrade(text) line 88 at EXECUTE Any advice on how to update? Thanks! Anthony DeBarros