Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
Hi On Fri, Jul 21, 2017 at 9:52 PM, Pawel Hadam wrote: > Hi Dave, > > I have only 2 versions of pgAdmin4.exe: > > $ find . -name "pgAdmin4.exe" > ./Program Files/PostgreSQL/9.6/pgAdmin 4/bin/pgAdmin4.exe > ./Program Files (x86)/pgAdmin 4/v1/runtime/pgAdmin4.exe > > The first one is definitely v1

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Pawel Hadam
Hi Dave, I have only 2 versions of pgAdmin4.exe: $ find . -name "pgAdmin4.exe" ./Program Files/PostgreSQL/9.6/pgAdmin 4/bin/pgAdmin4.exe ./Program Files (x86)/pgAdmin 4/v1/runtime/pgAdmin4.exe The first one is definitely v1.3 and works well when started by running the exec itself. When installe

Re: pgadmin4 1.6 (python wheel) doesn't work under Ubuntu Server 16.04 LTS

2017-07-21 Thread Dave Page
On Fri, Jul 21, 2017 at 11:53 AM, deluk wrote: > I found the solution. > We loaded the wrong virtualenv enviroment. > I think we've all done that :-) -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Compan

Re: pgadmin4 1.6 (python wheel) doesn't work under Ubuntu Server 16.04 LTS

2017-07-21 Thread deluk
I found the solution. We loaded the wrong virtualenv enviroment. -- View this message in context: http://www.postgresql-archive.org/pgadmin4-1-6-python-wheel-doesn-t-work-under-Ubuntu-Server-16-04-LTS-tp5971865p5972330.html Sent from the PostgreSQL - pgadmin support mailing list archive at Na

Re: Access to pgAdmin

2017-07-21 Thread Murtuza Zabuawala
Try to delete your old pgadmin4 config file, Linux/Mac: ~/.pgadmin/pgadmin4.db Windows: C:\Users\YourUsername\AppData\Roaming\pgAdmin\pgadmin4.db Once you delete it, Try to run pgAdmin4.py again it will prompt you to create new user & password. -- Regards, Murtuza Zabuawala EnterpriseDB: htt

Access to pgAdmin

2017-07-21 Thread matshyeq
I'm on 1.6 in SERVER mode and getting logon prompt: https://www.pgadmin.org/docs/pgadmin4/dev/pgadmin_login.html Nothing like below happened: *If you install pgAdmin in server mode, you will be prompted to provide a role name and pgAdmin password when you initially connect to pgAdmin.* and I'm j

Re: Cant browse servers after update to pgadmin 1.6 (server version)

2017-07-21 Thread Murtuza Zabuawala
Not right now but I'll pickup. On Fri, Jul 21, 2017 at 2:05 PM, Dave Page wrote: > > > On Wed, Jul 19, 2017 at 1:54 PM, Murtuza Zabuawala enterprisedb.com> wrote: > >> >> >> On Wed, Jul 19, 2017 at 6:16 PM, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> On Wed, Jul 19, 2017

Re: Cant browse servers after update to pgadmin 1.6 (server version)

2017-07-21 Thread Dave Page
On Wed, Jul 19, 2017 at 1:54 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > > > On Wed, Jul 19, 2017 at 6:16 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> On Wed, Jul 19, 2017 at 6:10 PM, Murtuza Zabuawala < >> murtuza.zabuaw...@enterprisedb.com> wrote:

Re: pgAdmin 4 v1.6 Released!

2017-07-21 Thread Dave Page
Hi On Fri, Jul 21, 2017 at 7:14 AM, Pawel Hadam wrote: > Hi Dave, > > I do have pgAdmin4 v.1.3 (not v1.5) installed with > postgresql-9.6.2-3-windows-x64.exe - and it works well when started > directly from its own folder. > > I suspect, that those two environments may disturb each other, but ca