How do you manage databases in development, test, and production?

前端 未结 14 2052
情书的邮戳
情书的邮戳 2020-11-30 16:23

I\'ve had a hard time trying to find good examples of how to manage database schemas and data between development, test, and production servers.

Here\'s our setup. E

14条回答
  •  独厮守ぢ
    2020-11-30 17:05

    You could also look at using a tool like SQL Compare to script the difference between various versions of a database, allowing you to quickly migrate between versions

提交回复
热议问题