I'm running on MySQL now, but would like to run FogBugz on SQL Server 2008. How do I convert?
|
1
|
Contact Fog Creek SupportThe instructions below are a bit outdated. Please contact our support team at customer-service@fogcreek.com and we'd be happy to provide more detailed instructions for converting your database. NOTE: Previous version of this post included detailed instructions, but they've been removed since they were outdated and didn't always work. Please contact us and we'll work with you to provide more complete instructions. |
|||
|
|
|
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:
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. |
|||
|
|