single-instance-restore-azure.yaml 737 B

12345678910111213141516171819202122
  1. # This scenario creates a single-instance standalone Neo4j
  2. # machine, that automatically restores from a backup
  3. #
  4. # IN ORDER FOR THIS TO WORK - you must have pre-created a secret, and
  5. # you must modify the BUCKET parameter, and make sure backups are in place
  6. # to be restored. See the documentation for more information.
  7. ###############################################################
  8. core:
  9. standalone: true
  10. restore:
  11. enabled: true
  12. secretName: azure-credentials
  13. database: neo4j,system
  14. cloudProvider: azure
  15. bucket: circleci-build-system/testy/mcbuild/
  16. purgeOnComplete: true
  17. forceOverwrite: true
  18. timestamp: "latest"
  19. acceptLicenseAgreement: "yes"
  20. neo4jPassword: mySecretPassword