Documentation
Upgrading a RheinInsights Deployment
Upgrading from one version of the RheinInsights Retrieval to a new one is easy. If data structures change, the Suite takes care of upgrading internal structures for you. This also holds true for upgrades where you skip multiple releases.
On-Premises Deployments
Windows
Place the new version in a new folder on your virtual machine, called <new version> below
Copy the following folders from your previous installation to the new folder
config
store
Stop the Windows service of your current installation if it is still running
Open a PowerShell (with admin privileges)
Open <new version>/service
Run .\rheininsights-retrieval-suite.exe uninstall
Run .\rheininsights-retrieval-suite.exe install
Start the service
Linux
Place the new version in a new folder on your virtual machine, called <new version> below
Copy the following folders from your previous installation to the new folder
config
store
Stop the update your service of your current installation if it is still running
Update the service definition to point to <new version>
Start the service