Re: Installing pgAdmin-web on CentOS 8 not working

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Kevin Struckhoff <kevinstruckhoff(at)yahoo(dot)com>
Cc: "pgadmin-support(at)lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: Re: Installing pgAdmin-web on CentOS 8 not working
Date: 2021-07-27 08:28:52
Message-ID: CA+OCxowttTDWbAHZ-LVh17DJWx7cZA5iBEzWD0xRyAXQCkBnsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin

Hi

On Mon, Jul 26, 2021 at 7:22 PM Kevin Struckhoff <kevinstruckhoff(at)yahoo(dot)com>
wrote:

> Hi,
>
> I'm attempting to install the web version of pgAdmin4 on my Centos
> 8/Postgresql 13.3 server, but all I get out the process is a .repo file.
> I'm following the rpm instructions at
> https://www.pgadmin.org/download/pgadmin-4-rpm/
>
> here are the rpm -i & yum install command output. It appears to downgrade
> the rpm 2-1 version to .9-2. What's weird is at the end of the yum install
> output, it asks to install it again, which yields nothing.
>
> How can I fix this? All I can find is a repo file and no code.
>
> /root>rpm -i
> https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-2-1.noarch.rpm
> warning: /var/tmp/rpm-tmp.qEYzh1: Header V3 RSA/SHA256 Signature, key ID
> 210976f2: NOKEY
> /root>yum install pgadmin4
> Last metadata expiration check: 14:57:18 ago on Sun 25 Jul 2021 07:10:01
> PM PDT.
> Dependencies resolved.
>
> ================================================================================================================================
> Package Architecture
> Version Repository Size
>
> ================================================================================================================================
> Downgrading:
> pgadmin4-redhat-repo noarch
> 0.9-2 pgdg-common 11 k
>
> Transaction Summary
>
> ================================================================================================================================
> Downgrade 1 Package
>
> Total download size: 11 k
> Is this ok [y/N]: y
> Downloading Packages:
> pgadmin4-redhat-repo-0.9-2.noarch.rpm
> 5.4 kB/s | 11 kB 00:02
>
> --------------------------------------------------------------------------------------------------------------------------------
> Total
> 5.4 kB/s | 11 kB 00:02
> Running transaction check
> Transaction check succeeded.
> Running transaction test
> Transaction test succeeded.
> Running transaction
> Preparing
> :
> 1/1
> Downgrading :
> pgadmin4-redhat-repo-0.9-2.noarch
> 1/2
> Running scriptlet:
> pgadmin4-redhat-repo-0.9-2.noarch
> 1/2
>

It looks to me like the repo config package was downgraded to the one in
the PGDG repo. Maybe add:

exclude=pgadmin*

in your config file for the PGDG repo?

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Kevin Struckhoff 2021-07-27 19:27:25 Re: Installing pgAdmin-web on CentOS 8 not working
Previous Message Gokul P 2021-07-27 03:29:34 McAfee Showing as Virus

Browse pgsql-admin by date

  From Date Subject
Next Message satyam gokeda 2021-07-27 10:28:47 Backend connectivity issue
Previous Message Victor Sudakov 2021-07-27 06:57:09 Re: Running PostgreSQL in Kubernetes?