• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Backup Manager Missing

RobertW

New Pleskian
I have a server running 9.5.3 that has been set to perform backups to a remote server. We just deployed new server, also running 9.5.3, that is intended to be a live backup of the primary server. However, when setting the domains on the new server, we find our "Backup Manager" is missing, both in the domain control panel and the server control panel. It is not grayed out, it is just not there. Any idea what we need to do to get that listed and active? We can't restore the domain routinely if we can't access the backup manager.

Thanks for any help.
 
First of all check that you have installed backup manager with

# rpm -qa | grep psa-backup-manager

If it is not installed - install it with autoinstaller

# /usr/local/psa/admin/bin/autoinstaller
 
Back
Top