Just wondering if its possible to import the settings from DL6 to DL7? I am still running DL6 and have created a new repository server for DL7, I was hoping I could just import most of my settings!
Yup, you can do this from the Tools menu in the Deadline 7 Monitor while in Super User mode. It’s the Import Settings option. Just note that this does not transfer any passwords, so those will have to be set afterwards.
mmh… perhaps a stupid question… but how can i run the dl6 mongo db. when it’s updated and replaced by the newer mongo db. of dl7 ?
in the end I don’t care so much (most is put back already… and it’s nice to go through the new context menu’s) but for the sake of making it work i figured to ask.
Well, the Deadline 7 installer won’t overwrite the Deadline 6 database on your Mongo server if you end up pointing them at the same server. If that’s the way you set it up, then it sounds like perhaps the settings import tool just isn’t working properly at present.
However, if the two are on different servers, you need to make sure the Mongo processes on both servers are running.
If they’re on the same physical server but different Mongo processes, you need to make sure to start the Deadline 6 Mongo server so it’s listening on a different port, and then edit the dbConnect.xml file in the Deadline 6 repository’s settings directory to reflect the new port.
Disclaimer: I do not work for Thinkbox, so proceed at your own risk.
So it seems this is conflicting with another feature we put in to prevent the Monitor from connecting to older (v6) databases.
Fortunately, it’s fairly easy to trick the Monitor into thinking your older DB is a 7 DB long enough to import settings from it. You’ll need to open up the “settings/dbConnect.xml” file in your 6.2 repo, and add this line before the line:
<Version>7</Version>
As an example, the whole file would look something like this:
Note that Limit Groups won’t be importable from 6 -> 7, since the structure of these have changed a bunch. Once you’ve imported settings, I’d go back and remove the 7 Version tag from the old dbConnect, just to be safe.