Rollback Deployment

Deployments can be rolled back manually. After a deployment is completed, you can manually rollback to a previously deployed image by retaining the same configuration or changing the configuration.

As an example, You have deployed four different releases as follows:

If you want to roll back from V3 image to V2 image, then you have the following options:

  1. Select Rollback in your deployed pipeline.

  2. On the Rollback page, select a configuration to deploy from the list:

  1. Once you select the previously deployed image and the configuration, review the difference between Last Deployed Configuration and the selected configuration.

  2. Click Deploy.

The selected previously deployed image will be deployed.

Note:

  • There will be no difference in the configuration if you select Last deployed config from the list.

  • When you select Config deployed with selected image and if the configuration is missing in the selected previously deployed image, it will show as Config Not Available. In such cases, you can select either Last saved config or Last deployed config.

Last updated