Resolve 9-Cannot create new database
by Greg Jones on Jul 31, 2012 at 8:39:01 pm
Maybe I'm missing something. I just intstalled Resolve 9 on my Mac. When I first open it, it wants me to create a database. When I attempt to do this I get the following error : "Failed to open database connection: could not connect to server: Connection refused".
Re: Resolve 9-Cannot create new database by Rohit Gupta on Aug 1, 2012 at 11:14:24 am
On some machines we've seen the database installation fail, and this causes the database to not start up properly.
A fix for this requires a few command for you to type on the terminal. This will uninstall the database, so the next install of Resolve will install it properly.
Before you run these it's important to make sure you don't have any data or resolve projects saved in your postgres database.
1) Stop the server
sudo /sbin/SystemStarter stop postgresql-8.4
2) Remove menu shortcuts:
sudo rm -rf /Applications/PostgreSQL 8.4
3) Remove the ini file
sudo rm -rf /etc/postgres-reg.ini
4) Removing Startup Items
sudo rm -rf /Library/StartupItems/postgresql-8.4
5) Remove the data and installed files
sudo rm -rf /Library/PostgreSQL/8.4
6) Delete the user postgres
sudo dscl . delete /users/postgres
Now, re-install Resolve, reboot, and then start Resolve.
Re: Resolve 9-Cannot create new database by Uvi Orogun on Feb 14, 2013 at 4:29:31 pm
Hi,
I have followed the steps exactly as you said but upon reinstall and restart, I still get the "No database connected" whilst loading and after Davinci starts up, I get prompted to create a database basically the database manage window pops up blank with the options to "create new" "Connect" "Optimize" "Backup" "Restore" "Cancel" I have followed your steps 3 times now and each time the same thing. Please someone help :(