pg_restore is taking too long to finish. What could be the problem?
- by Randell
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 use
local all all trust
host all all 127.0.0.1/32 ident sameuser
host all all …