Task #792
closedFeature #751: BugZilla migration
ensure bug IDs stay the same
0%
Description
It is crucial to ensure that the bug IDs stay the same as before, even in our existing BugZilla instance
Please do test ASAP with the existing dump, and also try what happens when new bugs are created
Updated by Robinson Tryon about 10 years ago
- Status changed from New to Resolved
Florian Effenberger wrote:
It is crucial to ensure that the bug IDs stay the same as before, even in our existing BugZilla instance
Please do test ASAP with the existing dump, and also try what happens when new bugs are created
Bug IDs do indeed stay the same.
Example:
In FDO, we have https://bugs.freedesktop.org/show_bug.cgi?id=76104
That bug imports as http://bugzilla-test.documentfoundation.org/buggs/show_bug.cgi?id=76104
New bugs use incremented id #s, starting with the last bug listed in the database (i.e. they are not going back and filling-in the gaps left by the filtering done by Tollef on the FDO side.
Example: In the older dump, largest bug_id is 76786.
Creating a new bug report uses 76787 (largest bug_id + 1), which is what we'd expect.
Updated by Florian Effenberger about 10 years ago
- Status changed from Resolved to Closed