NM-170: Document rollback plan and cutover procedure#93
Merged
devin-ai-integration[bot] merged 1 commit intoMay 26, 2026
Merged
Conversation
- Rewrite CUTOVER.md for Azure VM deployment (replaces K8s-focused version) - Rollback plan: steps to revert to .NET application - Cutover checklist: DNS switch, database migration verification, smoke tests - Database rollback strategy: Flyway undo migrations or backup/restore - Traffic switching: single-VM and blue-green (two VMs) approaches - Monitoring checklist: Actuator health, Micrometer/Prometheus metrics - Communication plan: stakeholder notifications before/during/after cutover - Fix: deploy.yml Docker image tag mismatch (use full SHA for GHCR tags)
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
8d2020b
into
epic-8/deployment
1 check was pending
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrites
CUTOVER.mdfor the Azure VM deployment model (replacing the previous K8s-focused version) and fixes a Docker image tag mismatch in the CI/CD workflow.CUTOVER.md covers:
Bugfix —
deploy.yml:docker/metadata-actionwas usingtype=sha,prefix=(short 7-char SHA) while deploy steps referencedgithub.sha(full 40-char SHA). Changed totype=raw,value=${{ github.sha }}so pushed and pulled tags match.Review & Testing Checklist for Human
Notes
Part of Epic 8: Deployment Configuration. This completes all 4 tickets (NM-167 through NM-170).
Link to Devin session: https://partner-workshops.devinenterprise.com/sessions/f4ae048dadcc4460a1f9d79a49342199
Requested by: @mbatchelor81