Back to DocumentationApp Deployment

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

  • Go to your deployment page
  • Find the version you want to restore in the deployment history
  • Click Rollback
  • 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