• 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

Issue All backup are gone!

Make sure that you have the correct FTP access credentials set and that your external FTP server is accessible through these credentials. Plesk can only display the backup sets if it can access them.
 
hello @bl3m88 ,

most probably you are using Google drive as cloud storage.
due to changes in Google security politics an extension GoogleDrive backup has no longer access to user' data (mean data that was not created by extension itself) ) if it uses personal drives.

in this case you can upload local dumps to the cloud storage using command like below:
Code:
plesk sbin pmm-ras --export-dump-as-file --dump-file-specification=ext://google-drive-backup/subscription/19/ --dump-specification=domains/example.tld/backup_info_2003181045.xml
 
Back
Top