Documentation
Software Updates and Upgrade
RheinInsights is expanding and upgrade the Retrieval Suite continuously. There are multiple new releases per month which address customer remarks or bring new features.
This page briefly describes the upgrade process.
On-Premises Deployments
Windows
Download the latest version
Extract the contents in a new folder on your hard disk, e.g.,
c:/RheinInsightsRetrievalSuite/<version>
Copy the following folders from your existing installation (e.g.
c:/RheinInsightsRetrievalSuite/<previousVersion>
) to the new folder from Step 2:
config
store
If you changed the following files, you can also copy these changes to the new folder:
application.properties
log4j2.xml
Stop the Windows service of your current installation (if it is still running)
Open a powershell and
cd c:/RheinInsightsRetrievalSuite/<version>/service
Run .\rheininsights-retrieval-suite.exe uninstall
Run .\rheininsights-retrieval-suite.exe install
Start the Windows service
Linux
Download the latest version
Place it in a new folder on your hard disk, e.g.,
/opt/RheinInsightsRetrievalSuite/<version>
Copy the following folders from your existing installation (e.g.
/opt/RheinInsightsRetrievalSuite/<previousVersion>/
) to the new folder from Step 2:
config
store
If you changed the following files, you can also copy these changes to the new folder:
application.properties
log4j2.xml
Stop the Linux service of your current installation (if you set it up and if it is still running)
Update the service description so that it points at the new folder
Start the service
Kubernetes Deployments
Kubernetes deployments, such as in Azure Kubernetes Clusters, can be updated by executing
kubectl rollout restart statefulset --namespace default <name of the RheinInsights Retrieval Suite Pod>