Skip to content

Question related to dev databases #1022

Answered by jrmcpeek
jrmcpeek asked this question in Q&A
Discussion options

You must be logged in to vote

Is the dev database concept intended to be purely ephemeral

When performing diff and check operations, the database will be locked. When the diff and check operations are complete, it will clean up after itself.

Based on discussion with @masseelch, this means we can use a single dev/shadow database for multiple purposes and schemas, so long as they are not being used simultaneously.

whether a dev database approach would or should apply to a CI/CD or Production environment.

There are still benefits, if for nothing more than a final "last chance" check before applying to a production environment.

Following on from the above information, since the database itself only has ephemeral chang…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jrmcpeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant