pg_restore stalled ??? - Mailing list pgsql-general

From Gauthier, Dave
Subject pg_restore stalled ???
Date
Msg-id 0836165E8EE50F40A3DD8F0D871372670127B995@azsmsx421.amr.corp.intel.com
Whole thread Raw
Responses Re: pg_restore stalled ???  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: pg_restore stalled ???  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

 

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: "object references" and renaming was: Why Does UPDATE Take So Long?
Next
From: Bill Moran
Date:
Subject: Re: How to force PostgreSQL to use multiple cores within one connection?