Deploying database changes from dev to prod

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
haimmaik
Posts: 1
Joined: Sun 03 Feb 2019 16:30

Deploying database changes from dev to prod

Post by haimmaik » Sun 03 Feb 2019 16:32

Hey,
I have 2 databases, 1 is dev and 1 is prod. how can i deploy the structure from the dev database to prod without erasing all it's data?
I tried to create a backup of structure only from the dev and restore it on the prod (it completely erased everything)
I tried to make a diagram from dev but couldn't find a way to apply it to prod..

Am I missing something?


Post Reply