Skip to content
mdeletter edited this page Jun 4, 2012 · 18 revisions

DbPatch is a command-line utility written in PHP to manage/track sql/php patch files.

It's build to be PHP 5.1.x compatible and easily integratable into automated deployment scripts (like capistrano).

Features

  • Detect changes in executed patches
  • Support SQL and PHP patches
  • Run patch files from different branches
  • Easy to use with automated deployment scripts
  • Dump database manually or automatically before applying a patch.