charts icon indicating copy to clipboard operation
charts copied to clipboard

[Add]: Davinci Resolve Project Server

Open Nmitsia opened this issue 3 years ago • 5 comments
trafficstars

Short description of the app

The DaVinci Resolve Project Server software makes collaboration possible by managing the traffic and saving the changes from each user. This elegant software makes setting up a shared project database fast and easy. A necessary tool for every content creator that uses Davinci Resolve suite.

Sources

https://github.com/elliotmatson/Docker-Davinci-Resolve-Project-Server

I've read and agree with the following

  • [X] I've checked all open and closed issues and my request is not there.
  • [X] I've checked all open and closed pull requests and my request is not there.
  • [X] I've checked the website and my request is not there.

Nmitsia avatar Apr 07 '22 23:04 Nmitsia

I'm a bit lost here. Looking on the link provided, all I see is a docker-compose file that spins up a postgres db + a container that does schedulled backups. Am I missing something?

Also, it states that it needs max Postgres 11, which we don't support currently ( and probably will not at all ).

stavros-k avatar Apr 17 '22 19:04 stavros-k

I'm a bit lost here. Looking on the link provided, all I see is a docker-compose file that spins up a postgres db + a container that does schedulled backups. Am I missing something?

Also, it states that it needs max Postgres 11, which we don't support currently ( and probably will not at all ).

A lot of apps say they have limited postgresql support, often the latest postgesql just works fine though...

PrivatePuffin avatar Apr 19 '22 07:04 PrivatePuffin

I'm a bit lost here. Looking on the link provided, all I see is a docker-compose file that spins up a postgres db + a container that does schedulled backups. Am I missing something? Also, it states that it needs max Postgres 11, which we don't support currently ( and probably will not at all ).

A lot of apps say they have limited postgresql support, often the latest postgesql just works fine though...

Unfortunately this is not the case here

Resolve 17 and below still use a legacy feature that has been removed in PostgreSQL 12, 
so the latest major version that is useable is 11, 
which will be maintained until November 9, 2023.

stavros-k avatar Apr 19 '22 07:04 stavros-k

The whole proposal was just to add support for us media artists that use TrueNAS for file serving of the Davinci Resolve Project Server. This is just an os agnostic db that runs on the backround. Then found the above link and pasted. How else should it be implemented?

Nmitsia avatar Apr 19 '22 10:04 Nmitsia

The whole proposal was just to add support for us media artists that use TrueNAS for file serving of the Davinci Resolve Project Server. This is just an os agnostic db that runs on the backround. Then found the above link and pasted. How else should it be implemented?

DB's endpoitns are os agnostic in general. So when a db is deployed is available for any type of os as long as they use the correct URL to connect.

If all you ask is a standalone db (postgres in this case). We already have one in the dependency train. But Davinci wants a quite old postgres db (11) version, which we are not going to support as it is going to be EOL in a year.

So TL;DR, if davinci starts supporting postgres 14+, you can install the postgres db from our dependency train and connect to it.

Just to be clear, apps in dependency train are not actively supported (in the form on "how to install this, etc"). We do however accent bug reports (proven bugs) for those deps. This train is mainly focused to be used as dependecies in our apps (when needed)

stavros-k avatar Apr 19 '22 10:04 stavros-k

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions.

truecharts-admin avatar Oct 28 '22 20:10 truecharts-admin

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

truecharts-admin avatar Nov 12 '22 20:11 truecharts-admin

This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists

truecharts-admin avatar Feb 03 '23 12:02 truecharts-admin