Some possible reasons are:
- datallowconn=false
- data directory not available
Quick-Fix: make the database accessible before upgrade to 7.4.7-6
eg: psql -c "update pg_database SET datallowconn=true WHERE datname='<databasename>'" template1
Greetings Ingo Klinkmann
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]