commit | 23d5e6684d651802c0784645895ad5f24c115ced | [log] [tgz] |
---|---|---|
author | carlosfrias <cfrias@apigee.com> | Thu Oct 27 10:59:55 2016 -0400 |
committer | carlosfrias <cfrias@apigee.com> | Thu Oct 27 10:59:55 2016 -0400 |
tree | 9d533ad8869b08a4de03df609d477b2c05e0e641 | |
parent | 17a5756ad559e6292b4bef44bf2129fc8e586d39 [diff] |
updated playbooks with backup and restore
This role performs a restore using the apigee-service utility. This role requires that you indicate which backup to restore.
It is expected that the apigee-service utility was used as described at How to Perform a Backup.
This variable contains the date and time of the backup that should be restored. The naming convention of the backup files is explained at How to Perform a Backup.
This variable expects the date and time value to be set using the pattern:
backup_time: (year).(month).(day),(hour).(min).(seconds)
This variable expects the name of an apigee component to be restored.
Example usage in a playbook:
- hosts: pg roles: - { role: apigee-opdk-restore, component_name: apigee-cassandra, backup_time: 2016.10.27,08.45.35 }
Apache
Carlos Frias