[Question] How to create a staging instance with doodba? #356
-
Not sure if this is a question, or a feature request. A staging is a copy of the production database with a PR applied to it from a specific repository. The "brute force" approach would be to copy the project directory into a new one. Then change the Another approach may be to use a different My question is, how to create a staging instance with doodba? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Copy the scaffolding directory, and inside, change docker-compose.yml link from prod.yaml to test.yaml. Then you just need to restore the DB/filestore over it for having a staging system isolated from the outside. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I didn't even know that |
Beta Was this translation helpful? Give feedback.
Copy the scaffolding directory, and inside, change docker-compose.yml link from prod.yaml to test.yaml. Then you just need to restore the DB/filestore over it for having a staging system isolated from the outside.