From 303595d16b19758f71c0656bd0786c5d1f044720 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Mon, 20 Mar 2023 15:53:30 -0400 Subject: [PATCH] Add warning about database backups --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 2ac52876c..f4b1f5e93 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -34,7 +34,7 @@ Within GitHub Actions, several scans take place every day to ensure security and #### [drift.yml](../.github/workflows/drift.yml) -`drift.yml` checks the deployed infrastructure against the expected configuration. A failure here is a flag to check audit logs for unexpected access and/or behavior and potentially destroy and re-deploy the infrastructure and application. +`drift.yml` checks the deployed infrastructure against the expected configuration. A failure here is a flag to check audit logs for unexpected access and/or behavior and potentially destroy and re-deploy the application. Destruction and redeployment of all underlying infrastructure is an extreme remediation, and should only be attempted after ensuring that a good database backup is in hand. ## Manual testing