You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the last PR that got merged: #95 , I was thinking we could offer additional capabilities to it.
For example, in our case, we would use that, but only if if we could run the PR as a full copy of production, to basically set up an automatic staging environment everytime we have a PR ready to go.
This means, at least in my mind, there is a big difference on the database approach:
at the moment the strategy is to clone the app, which re-use the Production database.
Instead I would like to have:
Create review App
create review-app
detach production database
clone production database into review-database
link cloned review-database to review-app
standard deploy on the new review app
This should provide the ability to also test the migrations and all th that jazz connected with the DB, without touching the original DB
Delete review App
detroy review-app and connected review-database
I understand that:
some apps may not have a database connected.
if the apps has massive DB, the cloning is not something that can be done in a full approach, and most likely does not make sense to have a full stage with all the data.
TBH, I do not know all the implications, this is more a discussion and see if there is interest and if it even makes sense, or we should simply suggest to have dedicated, laser-focused strategy, without trying to come up with a general solution.
The text was updated successfully, but these errors were encountered:
Hi all,
Given the last PR that got merged: #95 , I was thinking we could offer additional capabilities to it.
For example, in our case, we would use that, but only if if we could run the PR as a full copy of production, to basically set up an automatic staging environment everytime we have a PR ready to go.
This means, at least in my mind, there is a big difference on the database approach:
at the moment the strategy is to clone the app, which re-use the Production database.
Instead I would like to have:
Create review App
This should provide the ability to also test the migrations and all th that jazz connected with the DB, without touching the original DB
Delete review App
I understand that:
TBH, I do not know all the implications, this is more a discussion and see if there is interest and if it even makes sense, or we should simply suggest to have dedicated, laser-focused strategy, without trying to come up with a general solution.
The text was updated successfully, but these errors were encountered: