Moving from Development to Production and deploying a newer Production version
I'm about to deploy my first web-app (not Shopify) and just wanted any advice on pitfalls. The docs say that the databases will be migrated but is not specific that I will not lose my development model data. Also if I then further improve the app which I will do in a development environment, thus with fresh data, and deploy v2 it looks like there is DB migration again so I assume it merges the production and development DBs. Is this correct and has anyone hit any unforseen snags with data or anything else for that matter. I've read the docs https://docs.gadget.dev/guides/environments/deployment#deploying-changes-to-production and it seems pretty clear but experience has taught me better to ask. The CI/CD pipeline after first deployment is more crucial as by then I will have client data. Thaks in advance.