Tag: mysql
Continuous Deployment – Automatic Backup Script
Aljona Buchloh
10.04.2013
A few words about Continuous Deployment Continuous Deployment is the deployment or release of code to Production as soon as it is ready. (…) The automated process is key because…
Creating a MySQL dump for JDBC
Florian Hopf
09.07.2010
I have just been fighting with the sql-maven-plugin while trying to import an OpenCms MySQL dump automatically. The module wasn’t really verbose with an error message: [ERROR] Failed to execute:…