Re: Database broken after using pgadmin 'backup' on OSX

2017-07-14 Thread Darren Duncan
I have no further specific advice to offer. Someone more familiar with the relevant source code will have to do it. -- Darren Duncan On 2017-07-14 2:21 PM, Conor McNally wrote: Hi Darren, Thanks for the tip. I upgraded to pgAdmin 4 v1.6 and tried again. Immediately BEFORE running the pgAdmi

Re: Database broken after using pgadmin 'backup' on OSX

2017-07-14 Thread Conor McNally
Hi Darren, Thanks for the tip. I upgraded to pgAdmin 4 v1.6 and tried again. Immediately BEFORE running the pgAdmin backup tool the symbolic links look like this: ls -l /usr/local/lib/ | grep postg lrwxr-xr-x 1 conor admin 48 29 Jun 21:06 libecpg.6.8.dylib -> ../Cellar/postgresql/9.6.2

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Dave Page
> On 14 Jul 2017, at 15:43, Lazaro Garcia wrote: > > I need to install a pgadmin central server for managing some databases. Who > is the best approach, from source behind a http server or using the python > Wheel? I would recommend the wheel, in a private virtualenv. > > The documentatio

RE: Can't add a server pgadmin4-1.6

2017-07-14 Thread Lazaro Garcia
I need to install a pgadmin central server for managing some databases. Who is the best approach, from source behind a http server or using the python Wheel? The documentation for installing pgadmin with apache server does not have anything related with nodejs and yarn. The source tarball has

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Murtuza Zabuawala
On Fri, Jul 14, 2017 at 7:36 PM, Dave Page wrote: > > > On 14 Jul 2017, at 14:48, Murtuza Zabuawala enterprisedb.com> wrote: > > Hi, > > We have changed the way we bundle & server the javascript files in > pgAdmin4. > > It is advisable that as end user you should use python wheel and not the > a

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Dave Page
> On 14 Jul 2017, at 14:48, Murtuza Zabuawala > wrote: > > Hi, > > We have changed the way we bundle & server the javascript files in pgAdmin4. > > It is advisable that as end user you should use python wheel and not the > actual source code, > Download: https://www.postgresql.org/ftp/pgad

Re: Can't add a server pgadmin4-1.6

2017-07-14 Thread Murtuza Zabuawala
Hi, We have changed the way we bundle & server the javascript files in pgAdmin4. It is advisable that as end user you should use python wheel and not the actual source code, Download: https://www.postgresql.org/ftp/pgadmin/pgadmin4/v1.6/pip/ If you still want to use source then you need to insta

RE: Can't add a server pgadmin4-1.6

2017-07-14 Thread Lazaro Garcia
Thanks for responses, these are the steps I followed, the same steps for other versions works well and are in the documentation: https://www.pgadmin.org/docs/pgadmin4/dev/server_deployment.html 1.Download the source. 2.Install the requirements: pip install -

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Pawel Hadam
Thank you Dave and Khushboo for advises. 1) (re)moving 'pgadmin4.db' - did not help. 2) I have disabled teredo - did not help. 3) localhost is resolved to IPv6 address: $ ping localhost Pinging ogrodowa [::1] with 32 bytes of data: Reply from ::1: time<1ms Reply from ::1: time<1ms Reply from :

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
On 14/07/17 12:52, Khushboo Vashi wrote: On Fri, Jul 14, 2017 at 4:18 PM, Raymond O'Donnell > wrote: Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: python setup.py I don't have a python

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
On 14/07/17 13:04, Christoph Berg wrote: Am 14. Juli 2017 12:48:16 MESZ schrieb Raymond O'Donnell : Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: pythonsetup.py I don't have a python envir

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Christoph Berg
Am 14. Juli 2017 12:48:16 MESZ schrieb Raymond O'Donnell : >Hi all, > >I'm trying to install pgAdmin4 in server mode on my laptop (Debian >Jessie), and I've got as far as: > >python setup.py > >I don't have a python environment set up, so I'm apt-getting my way >through various unmet dependen

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 4:18 PM, Raymond O'Donnell wrote: > Hi all, > > I'm trying to install pgAdmin4 in server mode on my laptop (Debian > Jessie), and I've got as far as: > >python setup.py > > I don't have a python environment set up, so I'm apt-getting my way > through various unmet depe

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Raymond O'Donnell
Hi all, I'm trying to install pgAdmin4 in server mode on my laptop (Debian Jessie), and I've got as far as: python setup.py I don't have a python environment set up, so I'm apt-getting my way through various unmet dependencies, and one has defeated me: Traceback (most recent call last):

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 1:55 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > >> Hi, >> >> I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD >> FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > Hi, > > I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD > FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I > got a message saying "The application server could not be contacted". > > pgAdmin 4 v 1.5 wa

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
On Fri, Jul 14, 2017 at 7:53 AM, Pawel Hadam wrote: > Hi, > > I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD > FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I > got a message saying "The application server could not be contacted". > > pgAdmin 4 v 1.5 was

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Dave Page
Thanks, fixed. On Thu, Jul 13, 2017 at 7:18 PM, Lazaro Garcia wrote: > The download links are wrong, the links downloads 1.5 and not 1.6. > > > > Regards. > > > > *De:* Dave Page [mailto:dp...@pgadmin.org] > *Enviado el:* jueves, 13 de julio de 2017 11:18 a. m. > *Para:* pgAdmin Support; pgadmin

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Darren Duncan
This is just speculation, but could any vestiges of the old version's server still be running and are interfering with the new one, such as by trying to use the same server port? I'd say make sure the old version is shut down first? Restart Windows if necessary. -- Darren Duncan On 2017-07-13