Skip to content

How do I get started with an existing database?

Slobodan Mišković edited this page Mar 7, 2017 · 3 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. You may want to add --no-verify if you want to avoid them on a log-only deployment. Then you can deploy as normal.

from issue #77.