Upgrade
The following sections describe how to upgrade the EnterpriseConnect Agent and the adapters.
Upgrade strategies
A - Blue/green deployment
- pros: You can avoid making changes in the existing production server. You can easily and quickly do a rollback when required.
- cons: You need to create a new server. You have increase in setup effort and infrastructure cost.
Upgrade steps
-
Create a new Windows or Linux server for installing new agent/adapters
-
Install the new agent and adapters to the new server
-
Copy agent and adapter configuration files from an old server to the new server
-
If required, modify the copied configuration files in the new server
-
Stop the agent and adapters in the old server
-
Start the agent and adapters in the new server
-
In case of rollback, stop the agent and adapters in the new server and start the agent and adapters in the old server
B - In-place deployment
- pros: You can avoid creating a new server. You can minimize a setup effort.
- cons: You need to make changes in the existing production server. You have to reinstall or restore the old agent version in case of rollback.
You can upgrade the agent, adapter or both. You select what to modify in the steps below based on what you upgrade.
Upgrade steps
-
Back up agent and/or adapter configuration files in the existing server
-
Stop and uninstall the agent and/or adapters in the server
-
Install new agent and/or adapters to the server
-
Restore the configuration files in the server
-
Start the agent and/or adapters in the server
-
In case of rollback, uninstall the agent and/or adapters, install the old agent and/or adapters version and restore the configuration file
-
Alternatively you can consider to restore the entire server for rollback if a backup data is available.
Please give details of the problem