[GENERAL] Need to Reload a Dump File - Need to Delete the PGDATA directory Again?

2010-03-03 Thread Wang, Mary Y
Hi All, I'm in the processing of migrating to Postgres 8.3.8. I did : (1) initdb (2) psql -e template1 -f 21.bak /tmp/out21.bak Now, I've decided that I want to reload the same file again, do I just delete the PGDATA directory and then perform the same steps again? (1) initdb (2) psql -e

Re: [GENERAL] Need to Reload a Dump File - Need to Delete the PGDATA directory Again?

2010-03-03 Thread John R Pierce
Wang, Mary Y wrote: Hi All, I'm in the processing of migrating to Postgres 8.3.8. I did : (1) initdb (2) psql -e template1 -f 21.bak /tmp/out21.bak Now, I've decided that I want to reload the same file again, do I just delete the PGDATA directory and then perform the same steps again? (1)