• 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.

plesk restore error:Unable to decrypt backup. Specified key is not suitable.

Smashing

New Pleskian
I restore a server backup to a new server.
/usr/local/psa/bin/pleskrestore --restore xxxxxx.20130401_info_1304011702.xml.tar -level server -map map_file
but it show error message:
Unable to decrypt backup. Specified key is not suitable.
 
I have the same problem. If I create a map file:
Code:
/usr/local/psa/bin/pleskrestore --create-map ./dump_file -map ./my_map.map
Unable to decrypt backup by specified key

If I start a restore, I get:
Code:
/usr/local/psa/bin/pleskrestore --restore ./dump_file -verbose -map ./my_map.map -level server
Unable to decrypt backup. Specified key is not suitable.

Is there a solution? My system:

- CentOS6
- Plesk Panel 11.0.9

Thanks for help.
Greets, Philipp
 
Have you created password protected backup? In this case use -backup-password option for restore.
 
Hi Igor,

I use the following command to create the backups:
Code:
/usr/local/psa/bin/pleskbackup --server --output-file=/srv/datensicherung/backups/dump_file

I dont use the option "--backup-password"...

Thanks, Philipp.
 
I have make some tests and now I have a workaround.

Normally I dont use the password option, but If I set a password like this:
Code:
/usr/local/psa/bin/pleskbackup --server --output-file=./dump_file -c --backup-password=tester123

And then I create a map with the password option:
Code:
/usr/local/psa/bin/pleskrestore --create-map ./dump_file -map ./my_map.map -backup-password tester123

It works and I get no more error messages.
But I think it is only a workaround not the solution,
because normally I dont use the password option to create
the backups...

Greets, Philipp.
 
Back
Top