Resolve Database Backup

This Python script dumps one DaVinci Resolve Postgres database at a time and saves it in the current user’s Documents directory twice a day. The interval is set inside the script itself. The script does not require OS level scheduling.

User controls available inside the script:

  • Backup interval
  • Days to keep old backups
  • Database name
  • Database login information
  • Postgres version number

It is important to set the correct Postgres version for the script to run.

Usage is the same in Windows and OS X. Execute the script at any time, or add it to the startup programs for automatic start. In Windows you can rename the extension to .pyw to suppress the console window.

Python 2.7 in required in Windows. OS X already comes with Python, but you need to associate the .py extension with the Python Launcher if you want to execute the script by double clicking. The script currently does not support the Linux version of Resolve.

Download pgrbackup.py.

GitHub: https://github.com/IgorRidanovic/Resolve-backup-Postgres

If you are running Resolve Disc Database instead of Postgres database use this backup tool.