Back to DocumentationApp Deployment

Rollbacks

Instantly revert to a previous deployment if something goes wrong.

April 12, 202634 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

  1. Go to your deployment page
  2. Find the version you want to restore in the deployment history
  3. Click Rollback
  4. Your previous version is restored within seconds

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

  • Application code and assets
  • Build artifacts

What Does NOT Get Rolled Back

  • Environment variables (managed separately)
  • Database changes (you should handle migrations carefully)
  • External service configurations

Best Practices

  • 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
rollbackrevertdeployment