Skip to main content

Upgrade on Linux

info

Please read carefully before starting the upgrade process.

Introduction​

Remote agents don't store any data so you can just stop the running agent and remove the directory and then extract the new agent into the same place.

Pre-requisites​

Make sure that the version of the remote agent is either the same version or older than the DBmarlin Server version. It cannot be newer than the DBmarlin Server version.

Stop the agent​

Use the stop.sh or Linux Service command to stop the agent

Download the latest version​

Download the dbmarlin-agent-Linux-x64-[VERSION]tar.gz file from https://www.dbmarlin.com/download

Extract the tar.gz file​

If you want to use /opt/dbmarlin then extract like this:

tar -xzvf dbmarlin-agent-Linux-x64-[VERSION]tar.gz -C /opt/

Add CA Root Certificate to cacert again (if using SSL)​

Add your certificate back to the Java truststore (cacerts)

Start the agent​

Use the start.sh or Linux Service command to start the agent