Brian Weaver <cmdrclueless(at)gmail(dot)com> wrote:
> The restore appears to have finished without a problem. The issue
> I have is a running instance of postgres is still active in a COPY
> state after the restore. The process is running full tilt, almost
> like it's in a tight loop condition.
It's probably dumping all that new data you just restored to ...
somewhere. You'll need to review the crontab job (or maybe ps
output) to figure out where.
-Kevin
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2012-05-01 18:42:58 |
| Subject: Re: Problem with multi-job pg_restore |
| Previous: | From: Andrew Dunstan | Date: 2012-05-01 18:11:52 |
| Subject: Re: JSON in 9.2 - Could we have just one to_json() function
instead of two separate versions ? |