can't get connection during pg_dump

From: Steve Linabery <slinabery(at)worldcycling(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: can't get connection during pg_dump
Date: 2006-03-30 16:00:42
Message-ID: 26980667.1143734442919.JavaMail.root@mail.worldcycling.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Hi,

I'm running 8.1.x on FC2 with smp.

The docs claim that pg_dump should allow normal operation of the db with the exception of things like 'VACUUM FULL'.

Last night during backup, I noticed that I could not get a connection, either remotely via jdbc or locally via psql. Well perhaps that is inaccurate: 'ps -ef' showed several processes with a status message of "waiting to startup" (or something similar; sorry, I was late-night coding and didn't think to write it down).

My installation has three databases in use. The command used to invoke the dump of one of these databases was:
/usr/local/pgsql/bin/pg_dump -Fc -b mydatabasename > /back/mydatabasename.dump

I looked through the docs to see if there was some runtime configuration I was missing, but saw nothing.

Anyone know what I might be doing wrong?

Thanks,
--
Steve Linabery, sysadmin/developer
B94B C3C7 8A27 FF09 3C9D E992 5A20 2492 D5F5 EE51

This electronic message transmission contains information from the sender's organization that may be proprietary, confidential and/or privileged. The information is intended only for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying or distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:"

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-03-30 16:14:37 Re: can't get connection during pg_dump
Previous Message Tom Lane 2006-03-30 15:48:58 Re: Postgresql server does not start!:( -Re: PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-03-30 16:14:37 Re: can't get connection during pg_dump
Previous Message Andrew Dunstan 2006-03-30 15:43:31 Re: control pg_hba.conf via SQL