Thu Dec 17, 2020 3:42 pm
For those landing here looking for the same.
I am currently running Davinci Resolve 17 beta 5 on Windows 10 as workstation
The server is Ubuntu 20.10, with PostgreSQL 9.5
In order to set this up, you install resolve on the workstations, as per normal (you can skip installing PostgreSQL here).
On the server, go to the PostgreSQL site, and add their repository (adjusting to your version / server as needed). Install 9.5 (this is the version DR requires, as the version that comes in the Ubuntu repository is far newer, and will not work).
I would suggest creating a new user specifically for DR or yourself, with only the permissions you need. Also, configure PostgreSQL to accept connections from your network.
I would recommend Webmin for a headless server, as this saves you hunting down settings. Just be sure to configure the PostgreSQL module for the 9.5 version.
Once this is setup, open resolve, and via the project manager and create a new PostgreSQL database, adding user credentials as set up earlier.
You can copy any existing projects to this new database, if you have a disk based on already, using ctrl-c to copy and then ctrl-v to paste in the new destination
You can now set a cron job to backup this database. Again I recommend Webmin to save time and complexity.