Description of problem: upgrade playbook should take backup of heketidb before deleting heketi resources to prevent from any db corruption. Version-Release number of selected component (if applicable): # rpm -qa | grep openshift-ansible openshift-ansible-3.11.110-1.git.0.b53e105.el7.noarch How reproducible: Steps to Reproduce: 1. upgrade ocs 3.10 to ocs 3.11 via ansible playbook. Actual results: It is not taking any db backup Expected results: It should take db backup Additional info:
Is this a step that is in the existing upgrade documentation?
(In reply to Jose A. Rivera from comment #2) > Is this a step that is in the existing upgrade documentation? Yes it is. link to doc -> https://access.redhat.com/documentation/en-us/red_hat_openshift_container_storage/3.11/html-single/deployment_guide/index#idm140154237356032 step 2 'Backup the Heketi database file'
Roger that, I'll take it.
PR is upstream: https://github.com/openshift/openshift-ansible/pull/11588
PR is merged.