I'm looking at migrating from 7.x on windows to 9.02 on linux.
There aren't any guides I can find to help on this.
Doing a writedb on windows and a readdb on the linux cellmanager doesn't work.
Also doing a writedb on windows followed by an omnimigrate.pl causes some error to do with unicode.
My assumption at the moment is that I need to do a perl winomnimigrate.pl -export -new_cm <LINUX_CM_NAME> -output_dir D:\cmexport
and then a omnimigrate.pl -import -input_dir /opt/imports/cmexport
Is my logic sound?