Upgrade a server machine
Follow these steps to upgrade ArcGIS Server Custom Data Feeds installed on a server machine:
- Upgrade ArcGIS Server on the server machine to the desired version.
- Stop ArcGIS Server.
- In Windows, use the Computer Management tool.
- In LInux, run the
stopserver.sh
script in the/arcgis/server
directory.
- Uninstall the ArcGIS Server Custom Data Feeds runtime.
- In Windows, use the Control Panel.
- In Linux, run the
uninstall
script._Custom Data Feed.sh
- Install the same version of ArcGIS Server Custom Data Feeds Runtime that matches the version of ArcGIS Server on your server machine. If your ArcGIS Server site includes multiple machines, install the ArcGIS Server Custom Data Feeds Runtime on each machine.
Upgrade a development machine
Follow these steps to upgrade ArcGIS Server Custom Data Feeds on a development machine:
-
Ensure that the version of Node.js on your development machine is compatible with the version of the ArcGIS Enterprise SDK you wish to upgrade to. For compatibility details, see the Installing and Configuring topic.
-
Execute the ArcGIS Enterprise SDK setup:
- In Windows, run the setup and follow the prompts.
- In Linux, execute the setup with the command
./
. TheSetup -m silent -l yes -c yes -c yes
flag indicates you want to install the Custom Data Feeds command line tool.
In both environments, the installer will recognize this process as upgrade and uninstall the previous version of the SDK.