View Source

Follow the instructions below if you want to uninstall the cPanel Integration plugin. This action will remove the icon from within the cPanel interface that allowed customers to go directly to their backups via the Server Backup Manager Web Interface for Hosting Control Panel users. This will not remove, modify or delete any policy or backup data from the Server Backup Manager. 

{info:title=Note}
To upgrade the cPanel plugin, one does not need to unInstall the plugin. Follow the steps mentioned in [Set up cPanel Plugin|ServerBackupManager:Set up cPanel plugin], to successfully upgrade the plugin.
If any errors occur, while upgrading, a clean install is recommended, which can be achieved by first uninstalling the plugin, as shown below. Then follow the steps mentioned in [Set up cPanel Plugin|ServerBackupManager:Set up cPanel plugin]
{info}


h3. UnInstall cPanel Plugin from a cPanel using Paper Lantern Theme

To uninstall the cPanel plugin from the Paper Lantern theme, execute the below command


{code}
/usr/local/cpanel/scripts/uninstall_plugin "<plugin_name>" --theme paper_lantern
{code}


For example, to uninstall the version 2.0 plugin, replace the "<plugin name>" with r1soft-cpanel-plugin-2.0:
{code}
/usr/local/cpanel/scripts/uninstall_plugin r1soft-cpanel-plugin-2.0 --theme paper_lantern
{code}
h3. UnInstall cPanel Plugin from a cPanel using Jupiter Theme

To uninstall the cPanel plugin from the Jupiter theme, execute the below command
{code}/usr/local/cpanel/scripts/uninstall_plugin <plugin_file> --theme jupiter
{code}
For example, to uninstall the version 4.0 plugin, replace the "<plugin name>" with r1soft-cpanel-plugin-4.0:
{code}/usr/local/cpanel/scripts/uninstall_plugin r1soft-cpanel-plugin-4.0 --theme jupiter
{code}