pg_restore stalled ???

From: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pg_restore stalled ???
Date: 2008-10-01 15:20:42
Message-ID: 0836165E8EE50F40A3DD8F0D871372670127B995@azsmsx421.amr.corp.intel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi:

I did a pg_dump of a v8,2,5 db using...

pg_dump -C -file=thedb.pgdump thedb

I'm attempting to restore in v8.3.4 using pg_restore running under
v8.3.4 using...

pg_restore -f mydb.pgdump -i -C

It doesn;t appear to be doing anything. ps shows no cpu usage. du
shows no increasing disk space usage where the DB was initialized.

Any clues?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2008-10-01 15:25:22 Re: How to force PostgreSQL to use multiple cores within one connection?
Previous Message Michael Monnerie 2008-10-01 14:54:23 Re: [GENERAL] 8.3.4 rpms for Opensuse10.3 64bit