• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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