Migration ArcGIS Server from Windows to Linux

840
3
03-27-2019 07:31 AM
AndriyGalayda
New Contributor II

Is there any way to migrate ArcGIS Server with services, cache etc. from Windows to Linux ?

0 Kudos
3 Replies
JonathanQuinn
Esri Notable Contributor

There is no out of the box way to migrate from Windows to Linux. If you have the original MXD's or SD files, you can loop through them with Python and the arcpy module to republish them. You can also loop through your arcgisinput folder to find the MXD's to republish. You'll need to republish manually or via scripting.

0 Kudos
AndriyGalayda
New Contributor II

I see. Thank you for answer

0 Kudos
josephleach
New Contributor

hello Andriy Galayda at london city hall we are also preparing to migrate arcgis server from windows to linux via arcpy on mxd files; are you able to share any useful findings about your work to change platform? when we start, we could add our findings here too.

0 Kudos