Quick question.
Does initdb deletes the old database?
I will be upgrading shortly to 7.2 and the steps will be:
pg_dumpall from 7.13
install 7.2
initdb
psql to read old data
I am wondering if initdb will delete the old data or if it is safer to
blow away the data from the directories.