Stage server best practice?

How would you proceed if you wanted a stage server where the data is supposed to be in sync with the production server automatically?

Right now the best way to approach this is to manually create multiple projects, one for stagging and one for prod and then manually copying over the migrations. I think we’ll eventually have a more automatic approach to this in the future.

1 Like

Totally agree, I create 2 db’s one dev-myapp and push the changes to “prod”

1 Like