K
K
korsar1822020-08-13 20:24:34
MySQL
korsar182, 2020-08-13 20:24:34

Merging two databases?

There is a site in php using Yii, prod and dev environments are made for it. New functionality is tested on a dev before being rolled out to production, and content is added to the database during this testing. Prod at this time is functioning normally, processing user requests.
How can I also synchronize the database when deploying changes on the site from dev to prod?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
DevMan, 2020-08-13
@korsar182

migrations to change the structure.
seeds for data.

I
Ivan Shumov, 2020-08-13
@inoise

No need to transfer data from dev to prod. Don't make the basic mistake

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question