It is possible to migrate existing services from one server (10.7.1) to another (10.8).
Step-by-step guide
This assumes that Portal items are already migrated.
Copy a service directory (e.g., cog_raster_proxy) via scp.
$cd /arcgis/server/usr/config-store/services/ $scp -r arcgis@172.31.49.200:/arcgis/server/usr/config-store/services/cog_raster_proxy .
- Restart the server to make the new service appear in admin page.
- Adjust portal URL and other service URL. Adjust data storage setting (DSID) if the service uses AWS RDS in 10.8 server by editing JSON properties.
- esriiinfo/mainfest/manifest.xml
- xmlns:typens='http://www.esri.com/schemas/ArcGIS/2.5.0'
- AdminVersion 10.80
- PortalVersion 7.3
- PortalURL arcgis-p-8.gisdemo.net
- esriinfo/iteminfo.json
- ServiceNameImageSever.json
- portalURL arcgis-p-8.gisdemo.net
- onlineResource arcgis-s-8.gisdemo.net
- DSIDĀ 25824e37-ffab-405f-9cf0-42a34b6244a8 (if RDS is used for service)
- esriiinfo/mainfest/manifest.xml
- Update service URL in Portal.
- Login to ArcGIS Server admin page. Select the service that was migrated and press "Edit" button. Update "portalProperties":"portalItems":"itemID" for "type":"ImageService"
You don't have to modify Portal iteimids in step 3.
References
- https://enterprise.arcgis.com/en/server/latest/deploy/linux/upgrade-arcgis-server.htm
- https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/migrate-to-a-new-machine-in-arcgis-enterprise/
- https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/migrate-to-a-new-machine-in-arcgis-enterprise-two/
Related articles