You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: [#315] Simplify MySQL backup SSL configuration by embedding in Docker image
- Move MySQL client configuration to Docker image build phase
- Replace runtime temporary file creation with static /etc/mysql/mysql-client.cnf
- Simplifies backup_mysql() function - removes mktemp, temp file handling, cleanup
- Configuration includes ssl=FALSE to disable SSL verification for Docker connections
- Uses MYSQL_PWD environment variable for secure password handling
- Verified with successful MySQL backup execution on test environment
- Reduces complexity and improves maintainability of backup infrastructure
0 commit comments