Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
A backup was downloaded via Backup Manager in Plesk.
How to restore this backup on another Plesk server?
Answer
A Plesk backup can be restored either via Plesk or a command-line interface directly from the server. Both methods are described below.
Via Plesk
-
Go to Tools & Settings > Backup Manager and click Upload.
-
Tick the option Upload backup files without a valid signature (by default, this option is available only for Plesk administrators, see this KB article for reference) and click Browse... to select the backup to upload.
-
After the backup has been uploaded, in Backup Manager click on this backup and select items to restore.
-
Click Restore to begin the restoration.
Via a command-line interface
-
Connect to a Plesk server where the backup should be restored via SSH/RDP.
-
Transfer the exported backup (for example, via FTP).
-
Restore a backup:
-
On Linux run the command below:
# plesk bin pleskrestore --restore /root/backup_info_1712180545.xml.tar -level server -ignore-sign -backup-password "backup_password"
where:
- /root/backup_info_1712180545.xml.tar - a full path to the backup
- server - a level to restore the server-wide backup. To restore only clients/domains/resellers use the appropriate keys instead: "clients" "domains" "resellers"
- backup_password - a password that was specified when downloading the backup from another Plesk server. If the password was not specified or is missing, remove -backup-password "backup_password" from the command
For more restoration options, see . pleskrestore: Restoration from Backup
-
On Windows Server open Command Prompt and run the command below:
C:\> plesk bin pleskrestore.exe --restore "C:\backup_info_1712180545.xml.zip" -ignore-sign -level server -backup-password "backup_password"
where:
- C:\backup_info_1712180545.xml.zip - a full path to the backup
- server - a level to restore the server-wide backup. To restore only clients/domains/resellers use the appropriate keys instead: "clients" "domains" "resellers"
- backup_password - a password that was specified when downloading the backup from another Plesk server. If the password was not specified or is missing, remove -backup-password "backup_password" from the command
For more restoration options, see . pleskrestore: Restoration from Backup
-
Comments
2 comments
Hi Kuzma Ivanov,
I have backup of 12.5 and wants to restore on 17.x. i am getting migration error.
Error: Unable to upload the backup file (sc-holding-backup_info_1712291120.xml.zip). The file either contains modified or corrupted data, or it was created on another server or in an older Plesk version. To restore data from this file, contact your hosting provider.
I can not see "Upload backup files without a valid signature" in 17.x plesk panel..
Please suggest
Thanks
Hi Hiten!
Thanks for your question.
By default, the option Upload backup files without a valid signature is available only for Plesk administrators.
I'd suggest you to contact your Plesk administrator and ask him to enable this option for resellers and customers. Here is our KB article for reference:
After this option is enabled, you will be able to upload a backup file from another Plesk server.
Please sign in to leave a comment.