Tagged: incident
All Tags
incident
4 pages
5 related
Pages with this tag
Incident response setup
1Sentry, uptime/SSL monitoring, severity levels, emergency contacts, and incident runbook before scale.
Emergency Hotfix
2Production is broken — the fast, safe path to patch a live CodeCanyon Laravel app and roll back if needed.
1 · Hotfix forward
3Branch from production state, make the minimal scoped fix, fast-track straight to production skipping staging, then back-merge so the fix survives the next release.
2 · Roll back
4Restore the last good release via the deployer symlink or a known-good tag — when to roll back versus fix forward, the database-migration caveat, and post-incident steps.