Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken - Mailing list pgsql-pkg-yum

From cen
Subject Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken
Date
Msg-id f1a020ea-e454-fff6-1e30-b622df184ffd@gmail.com
Whole thread Raw
In response to Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken  (Devrim Gündüz <devrim@gunduz.org>)
Responses Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken  (Devrim Gündüz <devrim@gunduz.org>)
List pgsql-pkg-yum
I spin up a fresh Fedora 25 Workstation VM (Gnome Wayland)

# wget
https://download.postgresql.org/pub/repos/yum/9.6/fedora/fedora-25-x86_64/pgdg-fedora96-9.6-3.noarch.rpm
# dnf install pgdg-fedora96-9.6-3.noarch.rpm
# dnf repolist
repo id                    repo
name                                      status
*fedora                    Fedora 25 -
x86_64                             51669
pgdg96                     PostgreSQL 9.6 25 -
x86_64                       259
*updates                   Fedora 25 - x86_64 -
Updates                   13246
# dnf install pgadmin4-v1
# pgadmin4
Fatal Error
An error occured initialising the application server.
Failed to locate pgAdmin4.py, terminating server thread.


Alternatively,
# systemctl start pgadmin4-v1

and opening localhost:5050 works now (I was trying to start up pgadmin4
service previously).


Devrim Gündüz je 30. 12. 2016 ob 10:23 napisal:
> Hi,
>
> On Fri, 2016-12-23 at 13:50 +0100, cen wrote:
>> I wanted to try out pgadmin4 on Fedora 25 but I can't get it to run.
>> First minor issue was that package pgadmin4 does not actually exists in
>> the repo, pgadmin4-v1 does,
>> which is rather unusual for rpm since the versions are contained in the
>> metadata. Anyway..
> I changed the name per discussion with Dave, so that when v2 comes out, people
> can install them side by side, if needed. I'd say that half of our packages
> contain similar version numbers, btw.
>
>> after installing the package pgadmin4 fails to start. "Failed to locate
>> pgAdmin4.py, terminating server thread".
>>
>> I saw a discussion on pgadmin-hackers about this error but I didn't find
>> a resolution there.
> Well, I cannot duplicate any of those issues in fresh installation. If you
> installed pgadmin4 before by using the previous RPMs, then you need to remove
> all existing data left from the older RPMs. Is yours a fresh installation as
> well?
>
> Regards,



pgsql-pkg-yum by date:

Previous
From: cen
Date:
Subject: Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken
Next
From: Devrim Gündüz
Date:
Subject: Re: [pgsql-pkg-yum] Fedora 25 pgadmin4 packaging is broken