Strange. Where are you getting your PostgreSQL and PostGIS from?
I usually use apt.postgresql.org and they have postgis for all postgresql. They generally have all supported PostgreSQL versions available. How I normally updated Ubuntu 22.04 is sudo curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/ sudo apt update sudo add-apt-repository "deb https://apt.postgresql.org/pub/repos/apt/ $(lsb_release -s -c)-pgdg main 15" sudo apt update sudo apt install postgresql-15 postgresql-15-postgis-3 That should create a new instance running on a different port probably 5433 You can see all running with pg_lsclusters I don’t have my steps for upgrading readily handy. Hope that helps, Regina From: postgis-users [mailto:[email protected]] On Behalf Of Bo Guo Sent: Wednesday, August 2, 2023 3:17 AM To: PostGIS Users Discussion <[email protected]> Subject: [postgis-users] Where to find Postgis-3.x for Postgresql 15 Hi there, I was trying to upgrade Postgres 14 / Pistgis 3 to Postgres 15, but I could not find Postgis for Postgres 15. My operating system is Ubuntu 22.04. Thanks! Bo Guo 2820 S Alma School Rd #18-671, Chandler, AZ 85286 p 480-656-9962 c 602-570-4697
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
