single-instance-restore.yaml 782 B

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