Skip to main content
Version: 1.7

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:

ImageConfigurationRelease
V1C1R1
V2C2R2
V3C2R3
V3C3R4
V3C4 (saved but not deployed)-

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

Configuration OptionImageConfiguration
Config deployed with selected imageV2C2
Last deployed configV2C3
Last saved configV2C4

  1. Select Rollback in your deployed pipeline.

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

ConfigurationsDescription
Last saved configDeploy the image with the latest saved configuration.
Last deployed configDeploy the image with the last deployed configuration. Example: The configuration C3.
Config deployed with selected imageDeploy the configuration which was deployed with the selected image. Example: The configuration C2.
  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.