Deploy errors. Duplicate db entries.
-
First off, thanks for the awesome plugin! It has made my working life a lot easier.
I’m having trouble migrating a site.
After the migration issue showed itself, I generated a new package and repeated migration. I got the same problem. Suspecting an issue with the host, I repeated the generation/migration process locally, to a newly created vhost on my local lab machine.
I got the same error.
After running Duplicator, on ‘Step 3’, I get this message:
STEP 1: DEPLOY ERRORS (219)navigating to the site root in my browser, I see “error connecting to database”
installer-log.txt has these lines repeated many times:
**ERROR** database error write ‘Duplicate entry ” for key ‘option_name” – [sql=INSERT INTO
wp_options
VALUES(“”, “”, “”, “”)…]And also these lines repeated:
**ERROR** database error write ‘Duplicate entry ‘0-0’ for key ‘PRIMARY” – [sql=INSERT INTO
wp_term_relationships
VALUES(“”, “”, “”)…]and these lines repeated about four times each.
**ERROR** database error write ‘Duplicate entry ‘0-‘ for key ‘term_id_taxonomy” – [sql=INSERT INTO
wp_term_taxonomy
VALUES(“”, “”, “”, “”, “”, “”)…]**ERROR** database error write ‘Duplicate entry ” for key ‘slug” – [sql=INSERT INTO
wp_terms
VALUES(“”, “”, “”, “”)…]What could be happening here?
- The topic ‘Deploy errors. Duplicate db entries.’ is closed to new replies.