What is the best method to disable email checking (polling), and any other maintenance tasks in order to do a dry run of the upgrade process without affecting a production site?
We'll be following the instructions to do a fresh install, then replace the database and run the database upgrade process. Following that, there will be a period of testing functionality - and during that time, we need to continue running our existing version of FogBugz.
So, after replacing the database but before running the upgrade process (or, indeed, starting the backend services again), it seems like we need to make changes to 'disable' things. What should we do?