public inbox for [email protected]  
help / color / mirror / Atom feed
Re: fail to install postgresql15 on Alma9
3+ messages / 2 participants
[nested] [flat]

* Re: fail to install postgresql15 on Alma9
@ 2024-06-18 17:48  Dmitry O Litvintsev <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Dmitry O Litvintsev @ 2024-06-18 17:48 UTC (permalink / raw)
  To: Adrian Klaver <[email protected]>; pgsql-generallists.postgresql.org <[email protected]>

Yes I did. Sorry did not mention that. I ran the

dnf -qy module sisable postgresql

prior to running.

dnf install postgresql15-server

(so that did not help)


________________________________________
From: Adrian Klaver <[email protected]>
Sent: Tuesday, June 18, 2024 12:44 PM
To: Dmitry O Litvintsev; pgsql-generallists.postgresql.org
Subject: Re: fail to install postgresql15 on Alma9

[EXTERNAL] – This message is from an external sender

On 6/18/24 10:40 AM, Dmitry O Litvintsev wrote:
> Hello,
>
> I am foillowing instructions on
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.postgresql.org_download_linux_redhat_&d...
>
> I select version "15"
> I select "Red Hat Enterprise, Rocky, AlmaLinux or or Oracle 9"
>
> I get this command to run:
>
> "dnf install -y https://urldefense.proofpoint.com/v2/url?u=https-3A__download.postgresql.org_pub_repos_yum_reporpms_... "
>
> But then I fail to install postgersql15:
>
> # yum install postgresql15-server
> Last metadata expiration check: 0:22:07 ago on Tue 18 Jun 2024 12:16:52 PM CDT.
> No match for argument: postgresql15-server
> Error: Unable to find a match: postgresql15-server
>
> I can install postgresql16-server sussessfully but not 15.
> I need 15. What am I doing wrong?

I don't use RH, still the instructions here:

https://urldefense.proofpoint.com/v2/url?u=https-3A__www.postgresql.org_download_linux_redhat_&d...

Mention doing:

# Disable the built-in PostgreSQL module:
sudo dnf -qy module disable postgresql

Did you do the above?

Then:

# Install PostgreSQL:
sudo dnf install -y postgresql15-server


>
> Thank you,
> Dmitry
>
>

--
Adrian Klaver
[email protected]






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: fail to install postgresql15 on Alma9
@ 2024-06-18 17:56  Dmitry O Litvintsev <[email protected]>
  parent: Dmitry O Litvintsev <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Dmitry O Litvintsev @ 2024-06-18 17:56 UTC (permalink / raw)
  To: Adrian Klaver <[email protected]>; pgsql-generallists.postgresql.org <[email protected]>

dnf -qy module sisable postgresql -> "dnf -qy module disable postgresql". Proper syntax was used. :)

________________________________________
From: Dmitry O Litvintsev <[email protected]>
Sent: Tuesday, June 18, 2024 12:48 PM
To: Adrian Klaver; pgsql-generallists.postgresql.org
Subject: Re: fail to install postgresql15 on Alma9

[EXTERNAL] – This message is from an external sender

Yes I did. Sorry did not mention that. I ran the

dnf -qy module sisable postgresql

prior to running.

dnf install postgresql15-server

(so that did not help)


________________________________________
From: Adrian Klaver <[email protected]>
Sent: Tuesday, June 18, 2024 12:44 PM
To: Dmitry O Litvintsev; pgsql-generallists.postgresql.org
Subject: Re: fail to install postgresql15 on Alma9

[EXTERNAL] – This message is from an external sender

On 6/18/24 10:40 AM, Dmitry O Litvintsev wrote:
> Hello,
>
> I am foillowing instructions on
>
> https://urldefense.proofpoint.com/v2/url?u=https-3A__www.postgresql.org_download_linux_redhat_&d...
>
> I select version "15"
> I select "Red Hat Enterprise, Rocky, AlmaLinux or or Oracle 9"
>
> I get this command to run:
>
> "dnf install -y https://urldefense.proofpoint.com/v2/url?u=https-3A__download.postgresql.org_pub_repos_yum_reporpms_... "
>
> But then I fail to install postgersql15:
>
> # yum install postgresql15-server
> Last metadata expiration check: 0:22:07 ago on Tue 18 Jun 2024 12:16:52 PM CDT.
> No match for argument: postgresql15-server
> Error: Unable to find a match: postgresql15-server
>
> I can install postgresql16-server sussessfully but not 15.
> I need 15. What am I doing wrong?

I don't use RH, still the instructions here:

https://urldefense.proofpoint.com/v2/url?u=https-3A__www.postgresql.org_download_linux_redhat_&d...

Mention doing:

# Disable the built-in PostgreSQL module:
sudo dnf -qy module disable postgresql

Did you do the above?

Then:

# Install PostgreSQL:
sudo dnf install -y postgresql15-server


>
> Thank you,
> Dmitry
>
>

--
Adrian Klaver
[email protected]








^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: fail to install postgresql15 on Alma9
@ 2024-06-18 19:31  Adrian Klaver <[email protected]>
  parent: Dmitry O Litvintsev <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Adrian Klaver @ 2024-06-18 19:31 UTC (permalink / raw)
  To: Dmitry O Litvintsev <[email protected]>; pgsql-generallists.postgresql.org <[email protected]>

On 6/18/24 10:48, Dmitry O Litvintsev wrote:
> Yes I did. Sorry did not mention that. I ran the
> 
> dnf -qy module sisable postgresql
> 
> prior to running.
> 
> dnf install postgresql15-server
> 
> (so that did not help)
> 

Have you retried the install in case it was just a repo refresh issue?

If that does not work then the only other suggestion I have is to visit:

https://yum.postgresql.org/contact/



-- 
Adrian Klaver
[email protected]







^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-06-18 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18 17:48 Re: fail to install postgresql15 on Alma9 Dmitry O Litvintsev <[email protected]>
2024-06-18 17:56 ` Dmitry O Litvintsev <[email protected]>
2024-06-18 19:31 ` 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