Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix cloning of tables with foreign key constraints #97

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

cyrillbolliger
Copy link

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