Re: [postgis-users] Where to find Postgis-3.x for Postgresql 15

2023-08-02 Thread Regina Obe
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-boun...@lists.osgeo.org] On Behalf Of 
Bo Guo
Sent: Wednesday, August 2, 2023 3:17 AM
To: PostGIS Users Discussion 
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
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users


Re: [postgis-users] Where to find Postgis-3.x for Postgresql 15

2023-08-02 Thread Richard Greenwood
Adding the apt.postgresql.org repository will get you the newest versions
of PostgreSQL and PostGIS. There are instructions here:
https://www.postgresql.org/download/linux/ubuntu/

On Wed, Aug 2, 2023 at 1:17 AM Bo Guo  wrote:

> 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
> postgis-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
>


-- 
Richard W. Greenwood
www.greenwoodmap.com
___
postgis-users mailing list
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users


[postgis-users] Where to find Postgis-3.x for Postgresql 15

2023-08-02 Thread Bo Guo
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
postgis-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/postgis-users