Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation Summary
Monthly automated disaster recovery test that creates a temporary VM from the latest production Neo4j disk snapshot, validates data integrity via HTTP REST API, and reports PASS/FAIL.
Acceptance Criteria
neo4j-dr-startup.shuses device nameneo4j-dr-data, container nameneo4j-drneo4j-dr-startup.shresets auth files before starting Neo4jneo4j-dr-startup.shhas APOC + JVM memory settingsdr-recovery-test.shhastrap cleanup EXITthat deletes VM + diskdr-recovery-test.shcreates disk from latest snapshot, creates temp VM inknowledge-base-subnetdr-recovery-test.shvalidates via Neo4j HTTP REST APIdr-recovery-test.shchecks nodes > 1000, relationships > 5000, entities > 100dr-recovery-test.shreports PASS/FAIL with all countsdr-recovery-test.shexits 0 on PASS, 1 on FAILbackup.tfhasgoogle_cloud_run_v2_job.dr_recovery_testWITHvpc_accessblockbackup.tfhasgoogle_cloud_scheduler_job.dr_recovery_testat0 4 1 * *terraform validatepassesTests
bash -nsyntax checks pass for both scriptsterraform validatepassesFiles Changed
deploy/terraform/scripts/neo4j-dr-startup.sh-- NEWdeploy/scripts/dr-recovery-test.sh-- NEWdeploy/terraform/backup.tf-- MODIFIED (appended DR resources)