Migrating ContinuaCI projects/configurations to another server

I've setup a project and several configurations on my desktop.  I want to move them to a server now to start testing.  Is it possible to export/import projects, or am I going to have to copy everything manually?

There is no export/import function at this time (it’s on the todo list). You could copy your database across to the server though, assuming you are using the same db server type on both machines. First install Continua CI on the server and get it up an running. Then shut down the services and backup the db on your workstation and restore it onto your server. You will need to copy the db password across from the Continua.Server.Service.exe.config to the server’s config file.

If you are using postgresql, this page has some info on backing up and restoring the db : http://wiki.finalbuilder.com/x/mwIZ - with sql server you can use sql management studio.

If you are planning on using a different db type on the server then unfortunately the only option at this time is to copy the configs manually. This has come up a bit lately so we have changed the priority on the task, but I can’t say exactly when it will be done (needs a lot of testing).