Clouddley Documentation
  • 👋Welcome to Clouddley Documentation.
  • ⚡CLOUDDLEY TRIGGR
    • Triggr Apps
      • 🛠️How-to Guides
        • 📗Deploy a Ruby on Rails App on Clouddley Triggr
        • 📔Deploy a Flask Application on Clouddley Triggr
        • 📙Deploy a .NET Core Application on Clouddley Triggr
        • 📔Deploy a FastAPI App on Clouddley Triggr
        • 📕Deploy a NestJs App on Clouddley Triggr
        • 📙Deploy a Go Application on Clouddley Triggr
        • 📗Deploy a Laravel App on Clouddley Triggr
        • 📓Deploy a Next.js App on Clouddley Triggr
        • 📘Deploy an Express.js Application on Clouddley Triggr
      • 🛠️Extras
        • 🔔Notifications
        • ⚙️Environment Variables
        • 🌐Custom Domain
        • How to Rollback an Application
        • ⏯️How to Pause and Resume Applications
        • Scale applications on Clouddley Triggr
        • 📕Deploy an Application with a Dockerfile on Clouddley Triggr
  • Triggr Databases
    • 🛠️How-to Guides
      • Deploy a MongoDB Database on Clouddley Triggr
      • Deploy a MariaDB Database on Clouddley Triggr
      • Deploy a PostgreSQL Database on Clouddley Triggr
      • Deploy a Redis Database on Clouddley Triggr
      • Deploy a MySQL Database on Clouddley Triggr
    • 🛠️Extras
      • Database Networking on Clouddley Triggr
      • 🔁How to Reset Database Password on Clouddley Triggr
Powered by GitBook
On this page

Was this helpful?

  1. CLOUDDLEY TRIGGR
  2. Triggr Apps
  3. Extras

How to Rollback an Application

Learn how to rollback applications on Triggr.

PreviousCustom DomainNextHow to Pause and Resume Applications

Last updated 2 months ago

Was this helpful?

Rolling back an application allows you to revert to a previous version if issues arise, ensuring stability with no downtime. On Triggr Apps, there are three types of rollback: instant, manual, and automatic. Rollback is only possible if the app has at least two successful previous deployments. This article outlines the steps to perform each rollback method.

Rolling Back an Application on Triggr Apps

To roll back your application to a previous version, follow these steps:

Instant rollback lets you quickly revert to the last successful deployment with just a few clicks.

  • Navigate to Triggr Apps and select the application to open its Overview page.

  • Click the More Options menu (⋮) in the top-right corner.

  • From the menu, select Rollback.

Manual rollback allows you to revert to a specific previous deployment by manually selecting and restarting the build.

  • Go to Triggr Apps and open your application's Overview page.

  • Navigate to the Deployments section and select the version you want to rollback to.

  • Click the (⋮) Actions menu next to the deployment and select Restart Build.

Automatic rollback occurs when a deployment fails due to a bug. Triggr Apps detects the failure and automatically reverts to the last successful deployment, ensuring stability without manual intervention.

Rolling back an application is a quick and effective way to restore a stable version when needed. By following these steps, you can easily revert changes and maintain application reliability. For further assistance, contact support.

⚡
🛠️
Instant rollback of an application on Triggr Apps
Manual rollback of an application on Triggr Apps
User performs instant rollback of an application on Triggr Apps.
User performs manual rollback of an application on Triggr Apps.