2

I want to know what are the different techniques & tools used for database versioning and migration. I am also interested in saving a snapshot of the data along with the schema changes. Would that be a good practice?

I have come across tools like alembic and sqitch, although I haven't used either. I have around 200 table in PostgreSQL.

Thanks

4

1 回答 1

1
  1. 阅读有关将Liquibase 与 PostrgeSQL 结合使用的信息
  2. 请您 DBA 创建数据(或完整)转储,您使用 Liquibase 的 ALTER-dumps 存储这些转储
于 2013-04-17T18:53:43.933 回答