blob: 2476d726976f8ab9a5edecafab1e7c4af8a50bfc [file] [log] [blame]
---
# tasks file for opdk-backup
- name: Stop component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} stop'
when: component_profile != 'apigee-postgresql'
- name: Backup component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} backup'
- name: Start component {{ component_profile }}
shell: '{{ apigee_service }} {{ component_profile }} start'