Re-align envs
preprod - test -> dev? - staging -> qa? - kill qdaily - kill RC
PreProd
Multiphase process:
Phase 1:
Deploy code from test env to qdaily and use a scrambled dbcopy of prod
✅ PR for this phase is ready
Phase 2:
Setup a new PreProd cluster and enable code deploys to both qdaily and preprod.
Add unscrambled dbcopy to preprod.
Provide limited access to preprod. (mainly support)
Phase 3:
Kill anything related to qdaily.
Rename "Test" to "Dev"
This is something we should be able to achieve when setting up a separate Dev Cluster, and moving away from the shared cluster
Renaming "Staging" to "QA"
Same as the above.
Kill RC
This will depend on dev having created API's and Tooling to move customer config/data from one account to another on prod.
Devops can contribute to helping out Dev with creating tooling for this, but this should be a more dev led effort.
Last updated