Skip to content

Conversation

@mrrobot47
Copy link
Member

@mrrobot47 mrrobot47 commented Sep 5, 2025

This pull request updates all MySQL command invocations in the Site_Backup_Restore.php helper to explicitly include the --skip-ssl flag. This change ensures that SSL is not used for local database operations, which can help avoid connection issues in certain environments.

Database command updates:

  • Added the --skip-ssl flag to the MySQL command used for flushing privileges during database backup in backup_db.
  • Added the --skip-ssl flag to the MySQL command used for restoring the database in restore_db.
  • Added the --skip-ssl flag to the MySQL command used for querying database size in get_db_size.

@mrrobot47 mrrobot47 merged commit 4e5842f into EasyEngine:develop Sep 5, 2025
1 of 5 checks passed
@mrrobot47 mrrobot47 deleted the fix/skip-ssl-1 branch September 5, 2025 07:08
@mrrobot47 mrrobot47 changed the title feat(backup): add --skip-ssl option to database commands feat(backup/restore): add --skip-ssl option to database commands Sep 5, 2025
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