Theme
Rollback & history
Inspect past deployments and restore a known-good release.
Who can use this page? Site managers with Git Deployment on the site.
Open history
Site Actions → Git Deployment → deployment history (wording may be Deployments / history list).
Each entry shows:
- Commit SHA / message
- Status (building, healthy, failed, rolled back)
- Timestamp
- Logs
Automatic rollback
If the new release fails its health check during activation:
- NitHost restores the previous Git release
- Or the original manual runtime if this was the first deployment
- History records the failure
Manual rollback
- Open deployment history
- Select a successful past deployment
- Choose Rollback (restore that release)
- Confirm — the retained release is re-activated
Only retained successful releases can be selected. Contact NitHost support if the release you need is no longer available.
When to roll back
- Bad migration or build flag
- Health path passing in CI but failing in production
- Dependency that breaks at runtime after activation
Rollback restores code/release, not necessarily database schema. Keep migrations backward-compatible for one release, or restore DB from backup deliberately.