Re: pg_dump pg_restore hanging in CentOS for large data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sridevi B <sridevi17(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump pg_restore hanging in CentOS for large data
Date: 2017-03-15 21:48:10
Message-ID: 8095.1489614490@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sridevi B <sridevi17(at)gmail(dot)com> writes:
> I am facing an issue with backup/Restore for data size more than *2GB*.

I'm suspicious that you're running into some limit external to postgres
itself. A couple of likely possibilities:

* maybe you've got a ulimit active on the server or the pg_dump or
pg_restore proces.

* if you're using SSL encryption on the connection, you might be running
into known bugs in openssl's management of renegotiation. This is made
more likely by the fact that you're running such an old OS release (and
PG 9.2.9 is not exactly up to date either). We changed the default
value of ssl_renegotiation_limit to zero around 9.2.14, and you might
want to set that explicitly in your 9.2.9 server.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Withers 2017-03-16 06:50:51 Re: options for logical replication plugins?
Previous Message Adrian Klaver 2017-03-15 20:58:19 Re: pg_dump pg_restore hanging in CentOS for large data