Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy)

2024-08-25 Thread Jyoti Saxena
Hi, I’m encountering an issue while trying to install PostgreSQL 17 on my Ubuntu 22.04 (Jammy) system. I followed the installation instructions from the official PostgreSQL website https://www.postgresql.org/download/linux/ubuntu/. When I run the command sudo apt -y install postgresql-17, I recei

Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy)

2024-08-26 Thread Jyoti Saxena
gt; > > Also once the above is done then execute following > apt-get update > > then execute the following command and it shd install the latest version > of PG in this case PG17. > sudo apt -y install postgresql > > Regards > Kashif Zeeshan > > On Mon, Aug 26,

Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy)

2024-08-26 Thread Jyoti Saxena
> >> On Mon, Aug 26, 2024 at 3:19 PM Jyoti Saxena >> wrote: >> >>> Hi Kashif, >>> >>> Thank you for the instructions. I followed the steps provided to set up >>> the repository and install PostgreSQL. However, after completing the setup, &g

Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy)

2024-08-26 Thread Jyoti Saxena
Mon, Aug 26, 2024 at 4:13 PM Ray O'Donnell wrote: > On 26/08/2024 07:52, Jyoti Saxena wrote: > > > > Hi, > > > > I’m encountering an issue while trying to install PostgreSQL 17 on my > > Ubuntu 22.04 (Jammy) system. I followed the installation instructions &g