Uninstalling HVR
This section describes step-by-step instructions on how to uninstall HVR from Linux, Unix, or Windows machine.
Uninstalling from Linux or Unix
Deactivate channels
Deactivate replications for all channels that are currently activated.
Run the command hvractivate with option -d to deactivate replication for a specific channel. You have to repeat the command for every activated channel.
hvractivate -d myhub mychannel
Delete hub system registration
This step is only applicable for customers on Business Critical pricing plan that have registered the hub system with a Fivetran Account.
Note that deleting hub system registration is available only through the User Interface.
To delete hub system registration, follow these steps:
- Go to the System page.
- Click the More Options icon at the top right and select Licensing.
- In the Licensing dialog, click Delete Registration.
- Click OK in the confirmation dialog.
Deleting a Fivetran account registration only removes the account registration information from the current hub's repository. This will not delete the Fivetran account itself.
However, deleting a Fivetran account registration will immediately stop uploading the Monthly Active Rows (MAR) data and the auto-renewal of the license will be stopped (so the license will expire after seven days).
Shut down hub and agent
If the HVR Hub and HVR Agent Listener are running, stop/shut them down using the following commands in CLI:
To stop the HVR Hub Server, run command hvrhubserver with option -k:
hvrhubserver -k
To stop the HVR Agent Listener, run command hvragentlistener with option -k:
hvragentlistener -k
Remove the HVR repository user
To remove your repository user, run command hvruserconfig with option -d:
hvruserconfig -d myuser
Remove repository tables
To drop the repository tables from the repository database, run command hvrreposconfig with option -d:
hvrreposconfig -d
Delete the installation
To remove the HVR installation files, delete the following folders:
- HVR_HOME. Path: /home/myhvr/hvr_home
- HVR_CONFIG. Path: /home/myhvr/hvr_config
- HVR_TMP. Path: /home/myhvr/hvr_tmp
Uninstalling from Windows
Deactivate channels
Deactivate replications for all channels that are currently activated.
Run the command hvractivate with option -d to deactivate replication for a specific channel. You have to repeat the command for every activated channel.
hvractivate -d myhub mychannel
Delete hub system registration
This step is only applicable for customers on Business Critical pricing plan that have registered the hub system with a Fivetran Account.
Note that deleting hub system registration is available only through the User Interface.
To delete hub system registration, perform the following steps:
- Go to the System page.
- Click the More Options icon at the top right and select Licensing.
- In the Licensing dialog, click Delete Registration.
- Click OK in the confirmation dialog.
Deleting a Fivetran account registration only removes the account registration information from the current hub's repository. This will not delete the Fivetran account itself.
However, deleting a Fivetran account registration will immediately stop uploading the Monthly Active Rows (MAR) data and the auto-renewal of the license will be stopped (so the license will expire after seven days).
Shut down hub and agent
If the HVR Hub and HVR Agent Listener are running, stop/shut them down using the following commands in CLI:
To stop the HVR Hub Server, run command hvrhubserver with option -ah:
hvrhubserver -ah
To stop the HVR Agent Listener, run command hvragentlistener with option -ah:
hvragentlistener -ah
Remove the HVR repository user
To remove your repository user, run command hvruserconfig with option -d:
hvruserconfig -d myuser
Remove repository tables
To drop the repository tables from the repository database, run command hvrreposconfig with option -d:
hvrreposconfig -d
Delete the installation
Use Windows Uninstaller to delete the HVR installation.