Clone this repo:

Branches

  1. 77fdf75 Updated README.md file by Carlos Frias · 7 years ago master
  2. 1976cd4 Updated existing changes by Carlos Frias · 7 years ago
  3. f68735f Updated README.md file by Carlos Frias · 7 years ago
  4. de83572 Updated README.md file by Carlos Frias · 7 years ago
  5. 675e530 Updated LICENSE file by Carlos Frias · 7 years ago

Apigee OPDK Restore

This role performs a restore using the apigee-service utility. This role requires that you indicate which backup to restore.

Requirements

It is expected that the apigee-service utility was used as described at How to Perform a Backup.

Role Variables

backup_time

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)

component_name

This variable expects the name of an apigee component to be restored.

Dependencies

  • apigee-opdk-setup-default-settings

Example Playbook

Example usage in a playbook:

- hosts: pg
  roles:
     - { role: apigee-opdk-restore, component_name: apigee-cassandra, backup_time: 2016.10.27,08.45.35 }

License

Apache

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.