Where does the Xcode server store bots? How can I move bots to another machine?

I created some bots using Xcode and Xcode server. I would like to backup these bots and transfer them to another machine. How can I do that?

+7
xcode-server
source share
1 answer

All information about the Xcode server bot is stored in CouchDB. Path (current for Server.app 5.2 and Xcode.app 8.2.1):

/Library/Developer/XcodeServer/Database/* /Library/Developer/XcodeServer/Database/xcs.couch 

Most likely you can copy and paste the entire XcodeServer folder from one server to another and start the Xcode Server service.

A few other helpful tips when working with Xcode Server:

+1
source share

All Articles