Re: Cron'd dumpall failing? - Mailing list pgsql-general

From Tom Lane
Subject Re: Cron'd dumpall failing?
Date
Msg-id 27096.1175784312@sss.pgh.pa.us
Whole thread Raw
In response to Cron'd dumpall failing?  (Kenneth Downs <ken@secdat.com>)
List pgsql-general
Kenneth Downs <ken@secdat.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

pgsql-general by date:

Previous
From: Jaime Silvela
Date:
Subject: Crash recovery
Next
From: Omar Eljumaily
Date:
Subject: Re: Problem with oids for table names getting out of sync?