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