======================================== SQLite to MySQL Migration Tool ======================================== Step 1: Backing up current .env... ✓ Backup created: .env.sqlite.backup Step 2: Reading data from SQLite... Found 29 tables: - migrations: 67 records - password_reset_tokens: 0 records - sessions: 1 records - cache: 2 records - cache_locks: 0 records - jobs: 8 records - job_batches: 0 records - failed_jobs: 2 records - clinics: 11 records - kick_hiccup_entries: 197 records - babies: 2 records - color_code_histories: 8 records - expectant_mothers: 23 records - clinic_change_requests: 1 records - clinic_change_attachments: 1 records - clinic_change_messages: 2 records - audit_events: 4 records - zones: 4 records - nurse_zone: 20 records - mother_assignment: 16 records - zone_change_logs: 5 records - users: 52 records - appointment_quotas: 262 records - clinic_appointments: 11 records - nurse_duties: 70 records - nurse_duty_history: 78 records - maternal_test_results: 28 records - maternal_health_records: 5 records - email_notifications: 51 records Step 3: MySQL Setup Check Before continuing, make sure you have: 1. Installed MySQL 2. Created database 'bondacare' 3. Created user 'bondacare' with password 4. Updated .env with MySQL settings Have you completed MySQL setup? (yes/no): Please complete MySQL setup first, then run this script again. See SWITCH_TO_MYSQL.md for instructions.