• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Unable to restore file on Plesk 18.0.52

bhavesh.baldaniya

New Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian Web Host Edition 18.0.52
I am trying to restore my all backup site and trying to upload file using Backup Manager but I am getting error below

Error: Unable to upload backup_conf_xxxxxxxxxx.tzst to the server storage: Unable to import file as dump: Import error: Unable to find archive metadata. The archive is not valid Plesk backup or has been created in an unsupported Plesk version.

Is there any way we can check compability version ? or what should I need to do to restore the backup site,database and all stuff ?
 
The normal backup filename convention is backup_YYMMDDHHss.tar for full backups and backup_YYMMDDHHss_YYMMDDHHss.tar for increments. When download a backup archive from a subscription, the filename will be backup_<subscription name>_YYMMDDHHss.tar.

Your file is named backup_conf_<something>.tzst. This is not a backup archive. It is one part of a backup archive and was probably copied from a local backup. But it is not a remote backup file.
 
Hi Peter,

Thank you for your response.

I have 7gb backup and what is the best way to restore all the backup at once ?

I should I upload it to server as Backup manager has restriction of 2gb for file upload.

Thanks in advance.
 
1) Upload the backup archive file to any directory on your server. It does not need to be a location in the /var/www/vhosts tree, it can be anywhere.
2) Import the backup archive with this command into the Backup Manager:
PLESK_BACKUP_PASSWORD="yourpassword" plesk sbin pmm-ras --import-file-as-dump --dump-file-specification /path/to/file.tar
If you have not set a backup password, omit the password part and start with "plesk".
3) After a successful import to local backups you can remove the uploaded archive from step (1) to make room on the disk.
4) The backup can then be restored locally from Backup Manager.
 
Hi Peter,

Thank you for quick response. Import backup works as expected.

How to restore backup to another domain ?

Imported backup file xyz.com

Need to restore it in to uat.xyz.com. How can I achieve this ?
 
Yes, but it's a lot of work. You can unpack your backup archive and descend into the directory tree to find the files of the websites and the database dump. This cannot be done through Plesk GUI, but needs to be done on the Linux command line.
 
Back
Top