[postgis-users] Where to find Postgis-3.x for Postgresql 15
Regina Obe
lr at pcorp.us
Wed Aug 2 09:01:10 PDT 2023
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:postgis-users-bounces at lists.osgeo.org] On Behalf Of Bo Guo
Sent: Wednesday, August 2, 2023 3:17 AM
To: PostGIS Users Discussion <postgis-users at lists.osgeo.org>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20230802/8597b235/attachment.htm>
More information about the postgis-users
mailing list