Back to DocumentationApp DeploymentGo to your deployment page
Find the version you want to restore in the deployment history
Click Rollback
Your previous version is restored within seconds
Application code and assets
Build artifacts
Environment variables (managed separately)
Database changes (you should handle migrations carefully)
External service configurations
Test thoroughly before deploying to production
Use database migrations that are backwards-compatible
Monitor your deployment after each release
Set up health check endpoints for automatic failure detection
Rollbacks
Instantly revert to a previous deployment if something goes wrong.
April 12, 20264 views
Rollbacks
How Rollbacks Work
NoobHost retains your last 10 successful builds. If a deployment causes issues, you can instantly roll back to any previous version.
Performing a Rollback
Automatic Rollbacks
If a new deployment fails health checks, it's automatically rolled back. You'll see a notification with the failure details.
What Gets Rolled Back
What Does NOT Get Rolled Back
Best Practices
rollbackrevertdeployment