I'm running on MySQL now, but would like to run FogBugz on SQL Server 2008. How do I convert?
|
1
|
Back Up!Back up your database before the move. Keep the backup of your original DB after the move in case you discover problems later, in particular missing Attachments. Mind the Versions!It's very important that you move your data between databases that were created by the same version of FogBugz. e.g. If you are using an older version of FogBugz, upgrade it to the latest version before the move. If you can't do that, make sure to install the same version for the destination database. MySQL on Windows -> MS SQL Server on Windows
FogBugz will try connecting to the SQL server database as the user you chose for it to run as. If you set the DB owner to the FogBugz user in step 4 above, you should be up and running. MySQL on Linux/Unix -> MS SQL Server on WindowsIf you are moving from MySQL on Linux, the steps are the same, but you will also need to do the following:
Your MySQL database is now ready to be converted to SQL Server format. Go back up to step 3 in the Windows -> Windows instructions above. |
|||
|
|
|
0
|
We use ESF Database Convert to convert MySQL databases into SQL Server databases for loading into FogBugz On Demand. You should be able to do so for your local install, too. |
||
|
|
|
0
|
We had the following configuration: -MySQL -IIS -LDAP Authentication (Active Directory) Here's how we just did it:
These procs will iterate over every table in your new fogbugz database. If this table exists in the source db in MySQL, it'll truncate the destination table and insert the data. |
||
|
|