You can translate the question and the replies:

Rollback Deployments in Solution Manager

Hello, Can you please advise if there is a rollback feature in solution manager with regards to deployments. Often times after we deploy a report in one environment to another environment, there are times we need to undo, or better said, "rollback" the deployment. I am having trouble finding where in Solution Manager we would navigate to in order to rollback the updates back to the original code in the environment we deployed to. Thank you.
user
21-10-2020 08:52:31 -0400
code

1 Answer

Hi, It is possible to configure the following options for any environment if VCS is configured on the Solution Manager: * **Save backup in VCS when the deployment finishes**: If selected, a backup of the deployment will be saved in the VCS you have configured. The backup will be performed both for successful and unsuccessful deployments, using the metadata of the first enabled server in the first enabled cluster. The solution manager stores the deployment of the VCS identifier of the backup. * **Execute rollback when the deployment fails in the first server**: The first enabled server of the first enabled cluster of the environment works as a test base for the deployment. If this option is selected and the deployment fails there, the Solution Manager search the latest successful deployment in the target environment and if that deployment has a backup stored in vcs then import the metadata stored in vcs in the Virtual DataPort and scheduler servers of the environment. Finally, the Solution Manager store the VCS identifier used to do the rollback. Therefore, in order to rollback to a previous revision, you need to download the VQL of the deployment backup from the VCS. To do so, you can follow the article on [Download Backup Data for a Deployment](https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/promotions/deployments_table/deployments_table#download-backup-data-for-a-deployment).Then you may create a revision on Solution Manager by loading the VQL and deploy that revision from the Solution Manager. You can refer to the documentation on [Load Revisions from VQL](https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/promotions/revisions_from_vql/revisions_from_vql) for the steps. You can also refer to the article on [Configuring Deployments](https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/environments/configuring_environments/configuring_deployments#configuring-deployments) and [VCS Configuration](https://community.denodo.com/docs/html/browse/7.0/solution_manager/administration/configuration/vcs_configuration/vcs_configuration#vcs-configuration) to get more information. Hope this helps!
Denodo Team
22-10-2020 05:15:01 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here