1

What is the proper way to completely uninstall FogBugz 6 from a Linux/Apache server?

I can't find an 'uninstall' script in the FogBugz installation folder.

Thanks,

Jim

flag

1 Answer

1

I think the install.php script that you run during installation takes a parameter for uninstall, but essentially you need to do 3 things.

  1. delete the actual fogbugz directory (likely /opt/fogbugz)
  2. remove the changes to httpd.conf that were made for fogbugz
  3. remove the startup script that runs the fogbugzmaintd service (usually in /etc/init.d)
link|flag

Your Answer

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