Fix database password - use correct callback_system_2024 based on code analysis
Deploy
deploy_to_production
$ echo "Checking database connection"
Checking database connection
$ ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "cd customer-recall && docker compose exec -T patient_callback_mysql mysql -u root -pcallback_system_2024 -e 'SHOW DATABASES;' 2>/dev/null || echo 'Database connection failed'"
Database connection failed
$ echo "Checking MySQL container logs"
Checking MySQL container logs
$ ssh -p $SSH_PORT $SSH_USER@$SSH_HOST "cd customer-recall && docker compose logs --tail=20 patient_callback_mysql"
no such service: patient_callback_mysqlsection_end:1755278512:build_scriptsection_start:1755278512:after_scriptsection_end:1755278512:after_scriptERROR: Job failed: exit status 1