Postgresql Upgrade using dumpall...botched

The output means that I had been successful launching the command that you provided?
Yups, which is why I described your problem as non-existent in my previous message. If you tried to connect to the database server you'd see this for yourself.

Another way to check for this would be to use service postgresql status (or onestatus), sockstat -4l which would list the daemon listening on localhost and of course pg_ctl status but that only works when logged on as the UID which owns the actual database process.
 
Back
Top