I’m wondering if it’s possible to export a project (or a set of projects) and all of its associated data from one instance of ContinuaCI into another instance. The use-case would be that you sell a product in its entirety to another company and then the project needs to be moved to a new CI server, but doing a database backup would bring over unrelated products that aren’t being transferred.
If not, the “solution” would be to recreate everything manually, but then you lose all of the build/deployment history. I’m curious to know if there’s a better solution to that situation.
Hi Mike,
We don’t currently have any import or export functionality, but it is quite high on our to do list. Currently the only solutions are to backup and restore the database or start afresh. Depending on how many projects you have, it may be quickest to do the backup / restore then delete what is not required on the new server.