2

I am in the process of migrating Fogbugz and Kiln from one of our old server to a nice shiny new one.

There is an extensive article on how to do the Fogbugz side of things here: Move fogbugz to another server

However I can't find an equivalent for Kiln. Is there documentaiton for this or will the Fogbugz migration take care of everything?

flag

1 Answer

1

Note: If you are changing versions during the move, Fog Creek highly recommends that you upgrade before you move. Alternatively, install the same version you're using on the destination server, perform the migration, and upgrade afterward. This is because of changes, especially to opengrok, which are external to the database.

Following some advice direct from the team at Fogbugz I've migrated my Kiln instance to a new server.

  1. Stop Kiln, FogBugz, the Kiln Storage Service, the Kiln Queue Service (for Kiln 2.7), Apache Tomcat and The FogBugz Maintenance Service on the old server.
    • After stopping the services, make sure that the following processes have all been terminated:
      • Kiln 2.7.x:
        • backend
        • memcached
        • redis-server
        • queueservice
        • tomcat6
      • Kiln 2.9.x:
        • backend
        • redis-server
        • redis-server
        • java
        • queueservice
      • FogBugz:
        • FogBugzMaint
  2. Move your KilnRepositories folder to the new server
  3. Follow these instructions to move FogBugz.
    1. Change these steps to run the Kiln installer on the new server instead of the FogBugz-only installer.
    2. Also detach and reattach the Kiln database when you move the FogBugz one.
  4. If you have Kiln 2.9.x please contact us for additional instructions about reindexing ElasticSearch.

It all worked for me first time (once I'd reinstalled my licences).

See also this post on moving just KilnRepositories, and this one on moving just the DB without moving Kiln.

link|flag
Just chiming in to say that these instructions are accurate from our (Fog Creek Software) point of view. If you have any trouble, please contact us! Our info is at the bottom of this page, or at contact.fogcreek.com. – Bradford Mar 17 2011 at 18:31

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.