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: Database broken after using pgadmin 'backup' on OSX

2017-06-29 Thread Darren Duncan
On 2017-06-29 1:06 PM, Conor McNally wrote: By 'no longer working' it means that the postrges libraries have been messed up and I get the following error when I try to connect via pyscopg2 (python v3.5.2_3, pyscopg2 v2.6.2): File "/Users/conor/virt_env/conor/lib/python3.5/site-packages/psycopg

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

2017-06-29 Thread David Lloyd
PM To: pgadmin-support@lists.postgresql.org Subject: Re: Database broken after using pgadmin 'backup' on OSX Hi, Yes I do have two versions of plpgsql.so but it wasn't a problem before. >locate plpgsql.so /usr/local/Cellar/postgresql/9.5.3/lib/postgresql/plpgsql.so /usr/local

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

2017-06-29 Thread Conor McNally
admin.org] > > Sent: Thursday, 29 June 2017 5:20 PM > > To: Conor McNally > > Cc: pgadmin-support@lists.postgresql.org > > Subject: Re: Database broken after using pgadmin 'backup' on OSX > > > > > > > > > On 29 Jun 2017, at 21:06, Conor McN

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

2017-06-29 Thread David Lloyd
ly incompatible with each other. DSL > -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Thursday, 29 June 2017 5:20 PM > To: Conor McNally > Cc: pgadmin-support@lists.postgresql.org > Subject: Re: Database broken after using pgadmin 'backup&#

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

2017-06-29 Thread Dave Page
> On 29 Jun 2017, at 21:06, Conor McNally wrote: > > Hi, > > Can anyone help with the following problem? > > Since upgrading to pgAdmin 4 v1.5 on macOS Sierra (v10.12.5), it seems my > database is 'broken' every time I use the pgAdmin 'Backup' tool. > > Here's what happens: > * macOS Sierra

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

2017-06-29 Thread Raymond O'Donnell
On 29/06/17 21:06, Conor McNally wrote: Hi, Can anyone help with the following problem? Since upgrading to pgAdmin 4 v1.5 on macOS Sierra (v10.12.5), it seems my database is 'broken' every time I use the pgAdmin 'Backup' tool. Here's what happens: * macOS Sierra v10.12.5 * postgres 9.6.2 loc