Skip to content

Conversation

@mrrobot47
Copy link
Member

This pull request updates the database export and import commands in the copy_site_db function to improve compatibility and reliability during site cloning. The changes ensure that SSL is skipped during database operations, which can help prevent connection issues in certain environments.

Database export and import improvements:

  • The export command now includes the --skip-ssl flag in the wp db export command to avoid SSL-related issues when exporting the database.
  • The import command has been updated to use wp db query --skip-ssl < instead of wp db import, which also skips SSL and may provide better compatibility with certain database setups.

@mrrobot47 mrrobot47 merged commit 9b16ed1 into EasyEngine:develop Oct 30, 2025
1 of 5 checks passed
@mrrobot47 mrrobot47 deleted the fix/skip-ssl-in-clone branch October 30, 2025 09:03
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