Skip to content

How do I get started with an existing database?

Johan Warlander edited this page Aug 16, 2013 · 2 revisions

Steps:

  • Install sqitch, setup sqitch directory
  • Dump initial schema, make a new deployment file
  • Check in, tag as v1.
  • Your first deployment needs to be a --log-only deployment to v1 to existing databases. Then you can deploy as normal.

from issue #77.

Clone this wiki locally