Hello!
We have to change the location of our project data - is this possible with Toolkit and what do I need to think about when switching everything over?
Hello!
We have to change the location of our project data - is this possible with Toolkit and what do I need to think about when switching everything over?
This is a great question and something we regularly hear from clients.
Typically because of changes to the IT infrastructure, data locations sometimes need to be changed around for existing clients. This can be a bit tricky, and this forum post tries to give an overview of what needs to be considered. Because toolkit is only one part of the full pipeline, there are often more things to consider than just changing things around in toolkit:
For toolkit, once you have changed the local storage paths inside the Shotgun site preferences, you need to go into a file named roots.yml which resides inside the config/core location inside your pipeline configuration and update that to match the updated storage paths in Shotgun. This needs to be done for all pipeline configurations in the studio.
Alternatively, if you want to keep old projects in one location and new projects in a new location, it is better to add a new local storage and set up new projects against that new storage. This ensures that both old and new projects work side by side.
Another strategy would be to add additional storages to an existing project at runtime - you can read more about this in another forum post.