Re: Cron'd dumpall failing?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kenneth Downs <ken(at)secdat(dot)com>
Cc: pgsql general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cron'd dumpall failing?
Date: 2007-04-05 14:45:12
Message-ID: 27096.1175784312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kenneth Downs <ken(at)secdat(dot)com> writes:
> pg_dump: [archiver (db)] connection to database "adocs" failed: FATAL: sorry, too many clients already

you need to increase max_connections and/or superuser_reserved_connections

> pg_dump: Error message from server: ERROR: out of shared memory
> HINT: You may need to increase max_locks_per_transaction.

you need to increase max_locks_per_transaction

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Omar Eljumaily 2007-04-05 14:55:05 Re: Problem with oids for table names getting out of sync?
Previous Message Alvaro Herrera 2007-04-05 14:18:30 Re: Problem with oids for table names getting out of sync?