1

How can I set up load-balanced FogBugz servers?

flag

1 Answer

1

Setting up FogBugz using Network Load Balancing

Using FogBugz on an NLB system is pretty much the same as running FogBugz on a single server.

  1. Choose 1 machine (M1) to be your main FogBugz server.
  2. Run the installer on M1 as normal, creating your database and users, etc
  3. Run the installer on the other machines (M2, M3, etc) except choose "Access" as your database.
  4. Using regedit on M1 go to
    HKLM\Software\Fog Creek Software\FogBugz\[path to your install]
  5. Look for the value sConnectionString and copy the value.
  6. Go to M2, M3, etc and replace the sConnectionString on those machines with the value you copied from M1.
  7. Finally, you only need one FogBugz maintenance service running, so go into the Services control panel on M2, M3 and find the FogBugz Maintenance service.  Stop it, then right-click choose properties and set its startup to Disabled so it does not start automatically.
link|flag

Your Answer

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