Re: [pgadmin-support] Crash: backup / restore

2010-11-01 Thread Guillaume Lelarge
Le 26/10/2010 07:52, Guillaume Lelarge a écrit : > Le 25/10/2010 08:04, Guillaume Lelarge a écrit : >> Le 25/10/2010 00:43, Anssi Kääriäinen a écrit : >>> On 10/22/2010 02:06 AM, Guillaume Lelarge wrote: The only reason I could guess is that localhost is resolved differently, once in IPv4

Re: [pgadmin-support] Crash: backup / restore

2010-10-26 Thread Guillaume Lelarge
Le 25/10/2010 08:04, Guillaume Lelarge a écrit : > Le 25/10/2010 00:43, Anssi Kääriäinen a écrit : >> On 10/22/2010 02:06 AM, Guillaume Lelarge wrote: >>> The only reason I could guess is that localhost is resolved differently, >>> once in IPv4 and once in IPv6. And that either your pg_hba.conf acc

Re: [pgadmin-support] Crash: backup / restore

2010-10-25 Thread Guillaume Lelarge
Le 25/10/2010 00:43, Anssi Kääriäinen a écrit : > On 10/22/2010 02:06 AM, Guillaume Lelarge wrote: >> The only reason I could guess is that localhost is resolved differently, >> once in IPv4 and once in IPv6. And that either your pg_hba.conf accepts >> IPv4 and IPv6 connections but with a different

Re: [pgadmin-support] Crash: backup / restore

2010-10-25 Thread Anssi Kääriäinen
On 10/22/2010 02:06 AM, Guillaume Lelarge wrote: The only reason I could guess is that localhost is resolved differently, once in IPv4 and once in IPv6. And that either your pg_hba.conf accepts IPv4 and IPv6 connections but with a different authentication methode, or your .pgpass already has the

Re: [pgadmin-support] Crash: backup / restore

2010-10-21 Thread Guillaume Lelarge
Le 21/10/2010 01:36, Anssi Kääriäinen a écrit : > On 10/19/2010 09:14 PM, Guillaume Lelarge wrote: >>> Also, if I remove the host=localhost from pgadmin connection >>> configuration (leaving host blank), I can backup any DB without errors. >>> >>> >> From pgAdmin, I suppose? >> > Yes, fr

Re: [pgadmin-support] Crash: backup / restore

2010-10-21 Thread Anssi Kääriäinen
On 10/19/2010 09:14 PM, Guillaume Lelarge wrote: Also, if I remove the host=localhost from pgadmin connection configuration (leaving host blank), I can backup any DB without errors. From pgAdmin, I suppose? Yes, from the servers left click a server, pick properties, and remove all t

Re: [pgadmin-support] Crash: backup / restore

2010-10-19 Thread Guillaume Lelarge
Le 19/10/2010 13:24, Anssi Kääriäinen a écrit : > PGAdmin hangs when dumping / restoring a database. I can get to the > screen that has the pg_dump / pg_restore command, but after that screen > is displayed there is no progress, and only thing I can do is kill the > program. (the file dumped to is

[pgadmin-support] Crash: backup / restore

2010-10-19 Thread Anssi Kääriäinen
PGAdmin hangs when dumping / restoring a database. I can get to the screen that has the pg_dump / pg_restore command, but after that screen is displayed there is no progress, and only thing I can do is kill the program. (the file dumped to is created but it is empty). I thing the bug is relate