automate
automate copied to clipboard
[CHEF-11758] Add doc for verify-restore-config flag
:nut_and_bolt: Description: What code changed, and why?
Add doc for verify-restore-config flag
:chains: Related Resources
:+1: Definition of Done
:athletic_shoe: How to Build and Test the Change
:white_check_mark: Checklist
All PRs must tick these:
- [x] I have read the CONTRIBUTING document.
- [x] All commits signed-off for the Developer Certification of Origin.
With occasional exceptions, all PRs from Progress employees must tick these:
- [] Is the code clear? (complicated code or lots of comments--subdivide and use well-named methods, meaningful variable names, etc.)
- [ ] Consistency checked? (user notifications, user prompts, visual patterns, code patterns, variable names)
- [ ] Repeated code blocks eliminated? (adapt and reuse existing components, blocks, functions, etc.)
- [ ] Spelling, grammar, typos checked? (at a minimum use
make spellin any component directory) - [ ] Code well-formatted? (indents, line breaks, etc. improve rather than hinder readability)
All PRs from Progress employees should tick these if appropriate:
- [ ] Tests added/updated? (all new code needs new tests)
- [x] Docs added/updated? (all customer-facing changes)
Please add a note next to any checkbox above if you are NOT ticking it.
:camera: Screenshots, if applicable
Deploy Preview for chef-automate ready!
| Name | Link |
|---|---|
| Latest commit | 16cd04854d129c963eb9594b1f38dfd957325b88 |
| Latest deploy log | https://app.netlify.com/projects/chef-automate/deploys/686374f64bb65700081c3144 |
| Deploy Preview | https://deploy-preview-8913--chef-automate.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Left some comments on one of the pages. Replace the same with the same contents in other pages as well.
I have incorporated the review comments in all the pages
@dishanktiwari2501 netlify link is not working.
@rensycthomas
@dishanktiwari2501 @rensycthomas
Let's follow this structure
Back up
Restore
1. Pre-validation
2. Restore
Update the text:
Run the restore command with the --verify-restore-config flag to validate settings before starting the restore.
Command < >
The verification checks that backup and restore configurations are correct and highlights issues so you can resolve them in advance.
@dishanktiwari2501 @rensycthomas Let's follow this structure
Back up
Restore
1. Pre-validation 2. RestoreUpdate the text:
Run the restore command with the --verify-restore-config flag to validate settings before starting the restore.
Command < >
The verification checks that backup and restore configurations are correct and highlights issues so you can resolve them in advance.
Done
@rensycthomas : can you check the pipeline.
I had retriggered the build, Now it looks ok