Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.08 KB

No Maintenance Intended

DEPRECATED

The project is no longer maintained, please consider using flybase or liquibase instead.

Overview

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.

Documentation

For usage with docker see docker configuration.

See documentation for getting started and full documentation.