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

2024-08-26 Thread Adrian Klaver
On 8/26/24 04:33, Jyoti Saxena wrote: Hi Ray, I appreciate the clarification regarding the release status of PostgreSQL 17. Understanding that it is currently in the beta phase, I am eager to integrate this version into my development and testing workflows. Could you please assist me by pro

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

2024-08-26 Thread Ray O'Donnell
On 26/08/2024 12:33, Jyoti Saxena wrote: Hi Ray, I appreciate the clarification regarding the release status of PostgreSQL 17. Understanding that it is currently in the beta phase, I am eager to integrate this version into my development and testing workflows. Could you please assist me by

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

2024-08-26 Thread Jyoti Saxena
Hi Ray, I appreciate the clarification regarding the release status of PostgreSQL 17. Understanding that it is currently in the beta phase, I am eager to integrate this version into my development and testing workflows. Could you please assist me by providing the following information: - Inst

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

2024-08-26 Thread Kashif Zeeshan
On Mon, Aug 26, 2024 at 3:54 PM Jyoti Saxena wrote: > Hello, > > Thank you for the suggestion to compile PostgreSQL from source. However, I > am currently looking for a way to install PostgreSQL 17 through a package > manager or a precompiled version that can be more seamlessly integrated and > m

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

2024-08-26 Thread Ray O'Donnell
On 26/08/2024 11:43, 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 from the official PostgreSQL website https://www.postgresql.org/

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

2024-08-26 Thread Jyoti Saxena
Hello, Thank you for the suggestion to compile PostgreSQL from source. However, I am currently looking for a way to install PostgreSQL 17 through a package manager or a precompiled version that can be more seamlessly integrated and managed in my environment. Could you please confirm if PostgreSQL

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

2024-08-26 Thread Ray O'Donnell
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 from the official PostgreSQL website https://www.postgresql.org/download/linux/ubuntu/. I don't know wh

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

2024-08-26 Thread Kashif Zeeshan
To compile PG from code follow the below instructions. https://www.postgresql.org/docs/current/install-make.html Thanks Kashif Zeeshan On Mon, Aug 26, 2024 at 3:30 PM Kashif Zeeshan wrote: > > > On Mon, Aug 26, 2024 at 3:19 PM Jyoti Saxena > wrote: > >> Hi Kashif, >> >> Thank you for the instr

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

2024-08-26 Thread Kashif Zeeshan
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, > the system installed PostgreSQL 16.4 instead of the expected PostgreSQL 17.

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

2024-08-26 Thread Jyoti Saxena
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, the system installed PostgreSQL 16.4 instead of the expected PostgreSQL 17. The version installed is psql (PostgreSQL) 16.4 (Ubuntu 16.4-1.

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

2024-08-26 Thread Kashif Zeeshan
Hi Jyoti Make sure you have done the following repo setup sudo apt install curl ca-certificates sudo install -d /usr/share/postgresql-common/pgdg sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc # Create the repositor

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