Skip to content

Releases: elliotmatson/Docker-Davinci-Resolve-Project-Server

v18.1.3

01 Feb 03:22
8914856
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v18.1.2...v18.1.3

18.1.2

03 Sep 14:40
3db066b
Compare
Choose a tag to compare

Added config creator container to Docker Hub under elliotmatson/pgadmin-config-creator

What's Changed

Full Changelog: v18.1.1...v18.1.2

18.1.1

31 Jul 20:29
Compare
Choose a tag to compare

What's Changed

  • Create LICENSE.md by @elliotmatson in #16
  • Fix pgadmin4 by avoiding volume overriding default directory by @greigdp in #17
  • Fix config-generator overwriting config file every launch

New Contributors

Full Changelog: v18.1.0...v18.1.1

18.1.0

30 Jul 05:34
12ff809
Compare
Choose a tag to compare

New Features

  • Added PGAdmin container to manage server #3, #4
  • Added healthchecks to all containers #7
  • Added automated testing via GHA #8
  • Created docker container to bootstrap PGAdmin #9

Updating

Backup your database before updating!

From v18.0.0

This should be a straightforward update from v18. Transfer over the values you modified to the new docker-compose.yml file, and run it!

From an older version

The Postgres container throws errors if it's updated without updating the database files, so a straight upgrade isn't possible. The best way is as follows:

  1. Save a database backup (or use one from the backup container)
  2. Destroy the old docker-compose stack
  3. Run the new docker-compose stack
  4. Import the backup in Resolve

You could also setup the new and the old versions at the same time (on different machines, Resolve requires that the Postgres server is on port 5432) and then use Resolve to transfer the files, but that's a bit more complicated

Full Changelog: v18.0.0...v18.1.0

18.0.0

14 Jun 15:29
56bd130
Compare
Choose a tag to compare

Updated PostgreSQL and PGBackup containers to v13 to match updates in Resolve 18. Using this with Resolve 17 or older might work, but is not recommended.

17.0.0

14 Jun 15:16
78db6d3
Compare
Choose a tag to compare

This is a version compatible with Resolve versions before v18.0. Newer releases should function for basic project storage, but other database functions in the Resolve Project Manager UI might not work, such as restoring a backup and vacuuming.