Uninstallation

Uninstallation

1. Linux Uninstallation

To uninstall Dbvisit StandbyMP on Linux it is necessary to uninstall systemctl service and remove the Dbvisit Base directory.

To uninstall systemctl service run:

sudo /usr/dbvisit/standbymp/bin/dbvagentmanager service uninstall sudo /usr/dbvisit/standbymp/bin/dbvcontrol service uninstall

Uninstall dbvcontrol service only on host where dbvcontrol is installed. Same for dbvagentmanager.

Afterwards, remove or backup existing Dbvisit StandbyMP base directory:

rm -rf /usr/dbvisit

2. Windows Uninstallation

Dbvisit StandbyMP uninstallation is similar to Linux, we first need to run again the installer file and select “remove”:

image-20250213-080315.png

You will need to match the version of the installer with the actual installed version. You can determine currently installed version by using -v switch:

cd "C:\Program Files\Dbvisit\standbymp\bin" C:\Program Files\Dbvisit\standbymp\bin>dbvagentmanager.exe -v dbvagentmanager version v12.1 C:\Program Files\Dbvisit\standbymp\bin>dbvcontrol.exe -v dbvcontrol version v12.1

You will need to uninstall dbvcontrol and dbvagentmanager separately. If the executable isn’t present in bin directory, it’s not installed and you don’t need to uninstall it.

After the component(s) are uninstalled, remove directory C:\Program Files\Dbvisit.

We also suggest to double check that the Dbvisit StandbyMP related service are no longer present on the system. Run services.msc and make sure there are no such services visible:

image-20250213-080951.png

None of these two services must remain. If the services are still present, run following command to manually uninstall them:

C:\Program Files\Dbvisit\standbymp\bin>sc delete dbvagentmanager [SC] DeleteService SUCCESS C:\Program Files\Dbvisit\standbymp\bin>sc delete dbvcontrol [SC] DeleteService SUCCESS