Skip to content
sndpl edited this page Aug 25, 2011 · 16 revisions

Available commands

Sync database patches

Update database

Database status

Show patch file

Remove patch from database

Create empty patch files

Dump database

With the 'dump' command it's possible to make a database dump. By default the name of the dump file is named after the database with the current date and time (database_20110812_1223.sql) and written in the current directory. If you want a different name or directory you can specify this with the --file parameter.

For example:

$ dbpatch dump --file=/tmp/live_dump.sql

Help

Clone this wiki locally