Hello,
The export maps function is the only way to do this through the GUI.
All maps information is held within the mysql database.
There was a script that was developed to migrate maps at a customer site. The customer has a test bed to test maps features and once completed needed to move them all into the production system.
The customer was running the same version between production and test-bed, and the wireless controllers in the two systems were identical.
The script will pave over the export destinations maps configurations, and if you're running two different versions I would not suspect it's something that would work as there may be differences within the table structure.
The process has not gone through SQA, and results may vary. The process is not officially supported. If you are to attempt please make a full backup or snapshot in case the results aren't what you'd like them to be. It would be even better if you attempted in a test bed system prior to using your production system.
There are two scripts:
Export script:
https://extremenetworks2com-my.sharepoint.com/:u:/g/personal/ryacobuc_extremenetworks_com/EXGKu7qzhJ...
Import script:
https://extremenetworks2com-my.sharepoint.com/:u:/g/personal/ryacobuc_extremenetworks_com/EboI5jns-P...
Run the export script on the old system with a name:
eg ./exportmaps.sh maps.sql
Take the output, move it to the new system and run the import scripts:
eg ./exportmaps.sh maps.sql
The script will replace the following tables:
nsmap, nsmapelement, nsmaptosubmap, nsmapimage, nssite. It does not append the tables. It will move only what's EXACTLY on the old system to the new one. If this isn't what you want
It was successfully used in 8.0.5 version of code.
There is a feature request in the system to support this through the GUI, or at least a mass export of maps instead of a 1 by 1 system.
Thanks
-Ryan