Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CMT1.5.3
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
Description
In the CMT report after it finises migration operation, what user wants to know?
"Was it completely done? no missing record? every index was created? what differences between mysql and cubrid datatabase? What else I should manually take care of? "
The report should have
a missing objects, failed one.
notification of differences on cubrid: for example: auto-increment columns(the old one has already 4500 in the last, and cubrid serial starts from 4501~ , column size difference and so on)
schema comparision
record count comparison
index comparison
and so on.
the comparison of serials' values will be developed at next version.