Should it be possible to do conversion from 2.5.0 to 3.3 or other 3.x version?
Old system is ramped down and I’m starting with new linux hardware.
I have noticed that I have too long domain names and class attribute names in my old system. Also some class attribute names begin with number. Those names have been auto-generated a long time ago from other system from where I import data to CMDBuild using soap interface.
In addition there will be a problem with lookups, because those names contain invalid characters like <, > and +. (Example: “I < 10”, “II 10 < 20” or “III > 20”) I feel that this is hard to fix, because those values come from another system.
- What is the correct way to do migration?
- What happens to long class attribute and domain names?
- How to overcome the problem with lookups?