public inbox for [email protected]help / color / mirror / Atom feed
Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) 5+ messages / 3 participants [nested] [flat]
* Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) @ 2024-08-26 06:52 Jyoti Saxena <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Jyoti Saxena @ 2024-08-26 06:52 UTC (permalink / raw) To: [email protected] 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 receive the following message: Reading package lists... DoneBuilding dependency tree... DoneReading state information... DonePackage postgresql-17 is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source. Here’s what I’ve already tried: 1. Updated the package list with sudo apt update. 2. Verified that the PostgreSQL Apt Repository is added correctly with deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main. 3. Checked available packages using apt-cache search postgresql-17. 4. Despite these steps, I’m unable to install PostgreSQL 17. Could you please advise on how to resolve this issue or if there's something I might be missing? Thank you in advance for your help! Best regards, Jyoti ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) @ 2024-08-26 10:43 Ray O'Donnell <[email protected]> parent: Jyoti Saxena <[email protected]> 0 siblings, 2 replies; 5+ messages in thread From: Ray O'Donnell @ 2024-08-26 10:43 UTC (permalink / raw) To: Jyoti Saxena <[email protected]>; [email protected] 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 what's currently available in the PG apt repo, but PostgreSQL 17 hasn't been released yet. Maybe you need to ask for a beta package or something? Ray. -- Raymond O'Donnell // Galway // Ireland [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) @ 2024-08-26 10:54 Ray O'Donnell <[email protected]> parent: Ray O'Donnell <[email protected]> 1 sibling, 0 replies; 5+ messages in thread From: Ray O'Donnell @ 2024-08-26 10:54 UTC (permalink / raw) To: Jyoti Saxena <[email protected]>; [email protected] 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/download/linux/ubuntu/. >> > > I don't know what's currently available in the PG apt repo, but > PostgreSQL 17 hasn't been released yet. Maybe you need to ask for a > beta package or something? PS - there are more instructions at https://apt.postgresql.org, including a link to this page on the wiki which will hopefully help: https://wiki.postgresql.org/wiki/Apt/FAQ#Development_snapshots Ray. -- Raymond O'Donnell // Galway // Ireland [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) @ 2024-08-26 11:33 Jyoti Saxena <[email protected]> parent: Ray O'Donnell <[email protected]> 1 sibling, 1 reply; 5+ messages in thread From: Jyoti Saxena @ 2024-08-26 11:33 UTC (permalink / raw) To: Ray O'Donnell <[email protected]>; +Cc: [email protected] 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: - Instructions on how to access and install the beta version of PostgreSQL 17 via the PostgreSQL APT repository for Ubuntu. - Details on where I can find the binary installation files for PostgreSQL 17 beta for Windows. Thank you once again for your continued support. Best regards, Jyoti On Mon, Aug 26, 2024 at 4:13 PM Ray O'Donnell <[email protected]> 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/download/linux/ubuntu/. > > > > I don't know what's currently available in the PG apt repo, but > PostgreSQL 17 hasn't been released yet. Maybe you need to ask for a beta > package or something? > > Ray. > > > > -- > Raymond O'Donnell // Galway // Ireland > [email protected] > > ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) @ 2024-08-26 14:39 Adrian Klaver <[email protected]> parent: Jyoti Saxena <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Adrian Klaver @ 2024-08-26 14:39 UTC (permalink / raw) To: Jyoti Saxena <[email protected]>; Ray O'Donnell <[email protected]>; +Cc: [email protected] 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 providing the following information: > > * Instructions on how to access and install the beta version of > PostgreSQL 17 via the PostgreSQL APT repository for Ubuntu. https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_to_try_the_beta_version_of_the_next_PostgreSQL_relea... > * Details on where I can find the binary installation files for > PostgreSQL 17 beta for Windows. Not released yet. Check the link below for release: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads > > Thank you once again for your continued support. > > Best regards, > > Jyoti > -- Adrian Klaver [email protected] ^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2024-08-26 14:39 UTC | newest] Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2024-08-26 06:52 Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) Jyoti Saxena <[email protected]> 2024-08-26 10:43 ` Ray O'Donnell <[email protected]> 2024-08-26 10:54 ` Ray O'Donnell <[email protected]> 2024-08-26 11:33 ` Jyoti Saxena <[email protected]> 2024-08-26 14:39 ` Adrian Klaver <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox