Skip to content

fix cloning of tables with foreign key constraints#97

Open
cyrillbolliger wants to merge 1 commit into
globalis-ms:developfrom
cyrillbolliger:bugfix_foreign_key_checks
Open

fix cloning of tables with foreign key constraints#97
cyrillbolliger wants to merge 1 commit into
globalis-ms:developfrom
cyrillbolliger:bugfix_foreign_key_checks

Conversation

@cyrillbolliger

Copy link
Copy Markdown

Issue

Cloning fails if there are some tables with foreign key constraints and the cloner tries to copy them in an unfavorable order.

E.g. if using The Events Calendar Plugin (version 6.0.1.1), we've got tables with foreign key constraints and cloning thus fails.

Environment

  • WordPress 6.0.2
  • MultiSite Clone Duplicator 1.5.3
  • PHP 8.1.7

Bug

Foreign key constraints are not disabled when copying the tables.

Solution

Disable foreign key constraint while copying tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant