1

We are going to attempt to move our SQL database that FogBugz uses to a different server. I know how to change the connection string from the site settings screen, but I am worried that if something goes wrong we will not be able to get back in to FB to restore the connection string back to what it originally was.

So, I was wondering if the connection string was stored somewhere on the web server where it could be manually modified if the app is unavailable.

Or is my worry misplaced?

Thanks

flag

2 Answers

2

It is stored in the sConnectionstring registry key under the following branch

HKEY_LOCAL_MACHINE\SOFTWARE\Fog Creek Software\FogBugz\C:/Program Files/FogBugz/website

Of course this may vary depending on your install location. The above assumes it was installed to C:/Program Files/FogBugz/website

link|flag
0

... and on Linux and the various Unixes it is stored in Accessories/application.data in your FogBugz install (generally /opt/fogbugz).

link|flag

Your Answer

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