-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Page for DR #7425
Add new Page for DR #7425
Conversation
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
β Deploy Preview for chef-automate ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
Signed-off-by: Arvinth C <arvinth.chandrasekaran@progress.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
e2c5433
to
9507d04
Compare
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: Dishank Tiwari <dtiwari@progress.com>
Signed-off-by: Dishank Tiwari <dtiwari@progress.com>
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
components/docs-chef-io/content/automate/ha_disaster_recovery_setup.md
Outdated
Show resolved
Hide resolved
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
1d2f71b
to
c3378ac
Compare
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add something to the documentation about how to properly delete old backups. The reason for this is that the more backups that are stored, the longer it takes for OpenSearch snapshots to complete. Also when using AWS S3 storage it will increase the cost as it will need to perform several API calls for each snapshot that is being store.
For the A2HA documentation we included a snippet like this for how to do that
export KEEP=10; export HAB_LICENSE=accept-no-persist; chef-automate backup list --result-json backup.json > /dev/null && hab pkg exec core/jq-static jq "[.result.backups[].id] | sort | reverse | .[]" -rM backup.json | tail -n +$(($KEEP+1)) | xargs -L1 -i chef-automate backup delete --yes {}
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: punitmundra <punitmundra2008@gmail.com>
Signed-off-by: Dishank Tiwari <dtiwari@progress.com>
Kudos, SonarCloud Quality Gate passed!Β Β |
Signed-off-by: punitmundra punitmundra2008@gmail.com
π© Description: What code changed, and why?
βοΈ Related Resources
π Definition of Done
π How to Build and Test the Change
β Checklist
All PRs must tick these:
With occasional exceptions, all PRs from Progress employees must tick these:
make spell
in any component directory)All PRs from Progress employees should tick these if appropriate:
Please add a note next to any checkbox above if you are NOT ticking it.
π· Screenshots, if applicable