N
Neon8mo ago
quickest-silver

Production vs Dev, projects or branches?

Looking to have two separate databases, one for dev, and for production. Should I create two projects foo-prod and foo-dev, or should I use some branching strategy off of a single project foo? Ideally these two databases would have isolated data and schema.
1 Reply
provincial-silver
provincial-silver8mo ago
We recommend using branches for this. Branching isolates the data and schema. You can always create new branches off prod if you want to get a new dev environment spun up.

Did you find this page helpful?