HERE IS THE ANSWER TO THE STUPID DUMP VERIFICATION PROBLEM
Originally posted by Ales
Backup/restore only works on the servers with same versions of Plesk. Backup from Plesk 6.0.x or 7.0.x will not work on Plesk 7.5.x server.
You need to either:
- upgrade old servers to the same version of Plesk as your new servers have
- use a test server which has an old version of Plesk installed, restore data, upgrade Plesk, backup data and restore it to the actual server
- install an older version of Plesk on the new server, restore data, upgrade Plesk
This is not correct. Please be sure to know what you are saying when you make posts like this. You can restore backups on accross multi platforms, plesk versions, and servers with the following:
Okay, listen closely to this step by step process to fix this problem.
1. Create a backup of the domain with the plesk backup utility
2. Log into your mysql server and go to the psa database
3. Go to the table named misc
4. Find the param named bu_cert_id and record the value, should be a number like 3 or 4 some another close value
5. Now go to the table named certificates
6. Find the id that matches the number recorded in step 4, it will look something like this:
id csr pvt_key cert cert_file ca_cert ca_file name
1 [BLOB - 0 Bytes] [BLOB - 1.8 KB] [BLOB - 1.7 KB] certXW8kZHj [BLOB - 0 Bytes] default certificate
2 [BLOB - 546 Bytes] [BLOB - 541 Bytes] [BLOB - 0 Bytes] [BLOB - 0 Bytes] secure
3 [BLOB - 0 Bytes] [BLOB - 887 Bytes] [BLOB - 251 Bytes] [BLOB - 0 Bytes]
7. For me the id was 3, so row 3 was the certificate I needed.
8. This is the certificate you need on the new server, this is the pest causing all these problems!
9. Export this row to a text file
10. Open this text file and you will see the following within the file:
-- Dumping data for table `certificates`
--
INSERT INTO `certificates` VALUES (3, '', 0x2d2d2d2d2d424547494e205253...lots of characters...
11. Copy only this sql command with the entire key
12. This same key will work for all domains backed up on the server.
13. Once you are done with all your backups, go to the new server's mysql psa database
a. Or if you are upgrading plesk, upgrade and then go to the same database
b. Or if you are upgrading your server operating system, upgrade and go to the psa database
14. Go straight to the certificates table
15. Run the sql command but make sure the certificate id matches the certificate id in the misc table.
THATS IT, YOU ARE DONE AND CAN NOW RESUME TO RESTORE ALL DOMAINS BACKED UP WITH THIS KEY.
Good luck,
Robert