• 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

Restoring from .psa file. What do I do when...

K

kensavage

Guest
I'm getting these errors when trying to restore a very large .psa file.

Failed deployment of database wordpress (domain kensavage.com)

-----------------------

Unable to execute the following command:
Unpack MIME part.
The probable reason is: Runtime error during 'db': (1, '', "ERROR 1062 (23000) at line 2136: Duplicate entry '207-n\xc3\xbcde camp' for key 1\n")

Why does the database not restore and is that 2nd message mean anything relevant?
 
Duplicate key means that a unique entry - for what ever you are attempting to insert where ever you are attempting to insert it at - already exists

You can try turning keys off first in your script.
 
Back
Top