Re: Install pgadmin4 on Fedora 30

2019-05-24 Thread Michael Monerau
Yep, looks good to me! Le ven. 24 mai 2019 à 11:29, Devrim Gündüz a écrit : > > Hi, > > On Thu, 2019-05-23 at 20:35 +0200, Michael Monerau wrote: > > > > > > It had to do with SELinux, which was blocking the access to the files > > because they are not decorated with the proper types. Based on t

Re: Install pgadmin4 on Fedora 30

2019-05-24 Thread Devrim Gündüz
Hi, On Thu, 2019-05-23 at 20:35 +0200, Michael Monerau wrote: > > > It had to do with SELinux, which was blocking the access to the files > because they are not decorated with the proper types. Based on the results > from `/var/log/audit/audit.log` and the actual types of /var/lib/httpd and > /

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Murtuza Zabuawala
Have you tried after removing browser cache? https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/#.XOcoEfdX5-E On Fri, 24 May 2019, 00:39 Michael Monerau, wrote: > Well, the performance issue seems to be gone. > > The only thing I can think of that would have

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Michael Monerau
Well, the performance issue seems to be gone. The only thing I can think of that would have solved the issue is I added the following to pg_hba.conf: local all postgres md5 host all postgres md5 and restart the postgresql service. Hope it really fixed the issue and it can help somebody going thr

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Michael Monerau
Ok, found the issue (but now am stuck with a big performance issue, see below). It had to do with SELinux, which was blocking the access to the files because they are not decorated with the proper types. Based on the results from `/var/log/audit/audit.log` and the actual types of /var/lib/httpd an

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Michael Monerau
Hi, Thanks for the quick update! Unfortunately, it still gives the errors below on my Fedora 30 in the httpd error log. I tried to understand what's going on, but in vain. I verified that the python script correctly runs as `apache` user, it does. If I try to chmod through command line myself as

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Devrim Gündüz
Hi Michael, On Wed, 2019-05-22 at 14:29 +0200, Michael Monerau wrote: > I went through the install process you describe on your website ( > https://people.planetpostgresql.org/devrim/index.php?/archives/96-Installing-pgAdmin4-3.X-on-RHEL-CentOS-7-and-Fedora-27.html) > but couldn't get it to work

Re: Install pgadmin4 on Fedora 30

2019-05-22 Thread Derrick Rice
ckage in the Fedora 30 official RPM ( > > https://www.pgadmin.org/download/pgadmin-4-rpm/). > > > > What is the best way to install pgadmin4 on Fedora 30, or is there a > > roadmap where pgadmin4 gets included in the RPM? > > Pushed the packages the other day. Sor

Re: Install pgadmin4 on Fedora 30

2019-05-22 Thread Michael Monerau
Michael Monerau wrote: > > > > I can't see a pgadmin4 package in the Fedora 30 official RPM ( > > https://www.pgadmin.org/download/pgadmin-4-rpm/). > > > > What is the best way to install pgadmin4 on Fedora 30, or is there a > > roadmap where pgadmin4 gets in

Re: Install pgadmin4 on Fedora 30

2019-05-21 Thread Devrim Gündüz
On Mon, 2019-05-20 at 10:52 +0200, Michael Monerau wrote: > > I can't see a pgadmin4 package in the Fedora 30 official RPM ( > https://www.pgadmin.org/download/pgadmin-4-rpm/). > > What is the best way to install pgadmin4 on Fedora 30, or is there a > roadmap where pgadmi

Re: Install pgadmin4 on Fedora 30

2019-05-20 Thread Devrim Gündüz
Hi, On Mon, 2019-05-20 at 10:52 +0200, Michael Monerau wrote: > I can't see a pgadmin4 package in the Fedora 30 official RPM ( > https://www.pgadmin.org/download/pgadmin-4-rpm/). > > What is the best way to install pgadmin4 on Fedora 30, or is there a > roadmap where pgadm

Re: Install pgadmin4 on Fedora 30

2019-05-20 Thread Michael Monerau
Le lun. 20 mai 2019 à 10:55, Dave Page a écrit : > RPM packaging isn't done by the pgAdmin developers, but by the PostgreSQL > Yum/RPM team, specifically Devrim in this case. I know he's run into some > issues with an update to the RPM packages lately and I'll be trying to help > him with that sh

Re: Install pgadmin4 on Fedora 30

2019-05-20 Thread Dave Page
Hi On Mon, May 20, 2019 at 9:53 AM Michael Monerau wrote: > Hi, > > I can't see a pgadmin4 package in the Fedora 30 official RPM ( > https://www.pgadmin.org/download/pgadmin-4-rpm/). > > What is the best way to install pgadmin4 on Fedora 30, or is there a > roadmap wh

Install pgadmin4 on Fedora 30

2019-05-20 Thread Michael Monerau
Hi, I can't see a pgadmin4 package in the Fedora 30 official RPM ( https://www.pgadmin.org/download/pgadmin-4-rpm/). What is the best way to install pgadmin4 on Fedora 30, or is there a roadmap where pgadmin4 gets included in the RPM? Thanks, Michael