The project is no longer maintained, please consider using flybase or liquibase instead.
DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code to transparently deploy databases from development to production.
DbMaintain keeps track of which database updates have been deployed on which database.
Updates are performed incrementally: Only what has been changed since the last deployment is applied. Features such as repeatable scripts, postprocessing scripts, multi-database and database user support and support for patches turn DbMaintain into a complete solution for the enterprise.
For usage with docker see docker configuration.
See documentation for getting started and full documentation.