Description of problem: Mysql is unable to start on this gear, due to an incorrectly-generated my.cnf. This could be caused by an erb templating error in the migration script. When I try to fix the config file manually, it's immediately replaced with the incorrect version again, so manual intervention isn't an option. Version-Release number of selected component (if applicable): 2.0.34 How reproducible: Not sure. I've only encountered one instance of this. Steps to Reproduce: The error can be confirmed on one host: [root ~]# grep mysql_error.log /var/lib/openshift/520bd8895973ca3977000196/mysql/conf/my.cnf log-error=/mysql_error.log Actual results: log-error=/mysql_error.log Expected results: The correct path is log-error=/var/lib/openshift/520bd8895973ca3977000196/mysql/log/mysql_error.log Additional info:
The gear's OPENSHIFT_MYSQL_DB_LOG_DIR variable was manually repaired, and no general problem was identified with other gears. Going to close this one.