pg_restore is taking too long to finish. What could be the problem?
Posted
by
Randell
on Server Fault
See other posts from Server Fault
or by Randell
Published on 2009-09-30T02:07:02Z
Indexed on
2014/06/11
21:28 UTC
Read the original article
Hit count: 338
postgresql
|pg-restore
pg_restore is taking too long to finish. I already performed the following
service postgresql initdb
/etc/init.d/postgresql start
Modified
/var/lib/pgsql/data/pg_hba.conf
to uselocal all all trust
host all all 127.0.0.1/32 ident sameuser
host all all ::1/128 ident sameuser
/etc/init.d/postgresql restart
What could be the problem?
© Server Fault or respective owner