Activity › Forums › DaVinci Resolve › Database server and 2 Macs?
-
Database server and 2 Macs?
Posted by Adam Hendershot on May 30, 2011 at 10:52 amIs the database server something that is in the Linux version that Macs can connect to or is it available in a Mac-only environment? I have two Mac Resolves running now and sharing the databases would be a great benefit.
Assuming it’s possible is there a document for setting this up?
Jed Smith replied 14 years, 7 months ago 9 Members · 10 Replies -
10 Replies
-
Christopher Tay
May 30, 2011 at 2:56 pmYou can share the Resolve database over a Resolve Database Server between two Resolve Macs, or combo of Resolve Linux and Mac.
The Resolve Database Server is Linux based and the installer is only available as part of the Resolve Linux installer DVD.
-chrispy
-
Peter Chamberlain
May 31, 2011 at 1:58 amHi, Chris is correct that there is a Database server installer on the Linux DVD but it is possible to set one up on a Mac. I have been thinking of documenting this for a Mac db Server so if you PM Adam me we can run a test and go from there.
Peter -
Mikhail Puzyrev
May 31, 2011 at 10:30 amWould You please also pm the “howto db on mac” to me. I would like to try moving the db to separate machine.
-
Jay Friesen
May 31, 2011 at 2:30 pmPeter, I’ve been wanting to do this on my system as well for a while (Mac). I’ve been bugging Dan about it but finally gave up 🙂 So anything you can do to make it happen would be awesome.
-
Margus Voll
June 1, 2011 at 6:06 amWhoa. This is one thing that would really expand mac setups if one has 2 machines or more.
Maybe this will become public information after some time ?
—
Margus
-
Elan Dassani
June 3, 2011 at 7:11 amI;ve gotten the Resolve Database Server working on a Macintosh. Its a bit of a pain in the ass to set up, but now that its operational its a thing of beauty. I;ve got 2 Mac Resolves sharing one database.
I’ll post how to do it in a day or two.
_______
Elan Dassani
Master Key Post
mkvfx.com -
Severin Schultze
June 20, 2011 at 4:41 pmHi Elan,
how did you manage to get this working? I have two Resolve workstations and am trying to setup a database on a server that the two workstations are able to share the server based database.
Thanks a lot!
Cheers,
SeverinDIT @ WeFadeToGrey
-
Jed Smith
October 11, 2011 at 2:01 amDaVinci Resolve installs the PostgreSQL database server. By default the permissions of the server settings disable access by any non local loopback ip addresses. That is, anything that’s not 127.0.0.1.
To enable a range of IP addresses to connect to the database server, you have to explicitly enable them in the configuration file, which for Macs is located here:
/Library/PostgreSQL/8.4/data/pg_hba.confNote that this folder is not readable by normal users. You will have to use Terminal and sudo into the folder, and edit the pg_hba.conf file, and then restart the server using the utilities in this folder:
/Applications/PostgreSQL 8.4/For example, this line will enable all IP addresses in the range 192.168.1.0-255:
host all all 192.168.1.0/24 md5Not sure why this isn’t mentioned anywhere in the Documentation! Hope this helps.
Reply to this Discussion! Login or Sign Up