Release-notes-2.14.0#354
Conversation
Updated the interactive confirmation section to include additional commands and improved clarity on the confirmation process.
… backup uploads Updated the release notes for version 2.14.0 to clarify the performance improvements for MinIO uploads and added details about the `ConcurrentStreamParts` option.
Clarified default value description for balancerStop timeout.
…up-doesnt-recover-data PBM-1167
…running a restore command Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…y cleanup confirmation Co-authored-by: Copilot <copilot@github.com>
…-description Pbm 1600 add confirmation prompt description
* PBM-1638 extend the pbm describe-backup command Co-authored-by: Copilot <copilot@github.com> * PBM-1638 - add vault to the sample output Co-authored-by: Copilot <copilot@github.com> * PBM-1638 fix wrong statement that encryption key is stored, and fix 'e.g.' Co-authored-by: Copilot <copilot@github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix formatting * fix table formatting * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * PBM-1638 improve docs Co-authored-by: Copilot <copilot@github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * PBM-1638 minor stylistic improvements --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 18 out of 19 changed files in this pull request and generated 7 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Before the execution of the cleanup, you are asked to confirm the action. Then, you can see backup and oplog slices to be deleted. | ||
|
|
||
| ```bash | ||
| pbm cleanup --older-than=`%Y-%M-%D --yes | ||
| pbm cleanup --older-than="2023-04-20" | ||
| ``` | ||
|
|
||
| You can bypass the confirmation prompt by adding the `-y` or `--yes` flag. |
There was a problem hiding this comment.
This describes the cleanup confirmation in the opposite order of the actual output shown elsewhere (PBM prints the list of snapshots/slices first, then asks for confirmation). Please reword to match the real flow so users aren’t surprised by what they see.
| ... | ||
| ``` | ||
|
|
||
| For users who are automating PBM operations, PBM CLI introduces `-y` and `--yes` to force the execution of a given command without a confirmation prompt. See details in TBD |
There was a problem hiding this comment.
“See details in TBD” is a placeholder that will ship to users if not replaced. Please link to the relevant reference section for -y/--yes (for example docs/reference/pbm-commands.md#pbm-restore / related command docs) or remove the sentence.
| For users who are automating PBM operations, PBM CLI introduces `-y` and `--yes` to force the execution of a given command without a confirmation prompt. See details in TBD | |
| For users who are automating PBM operations, PBM CLI introduces `-y` and `--yes` to force the execution of a given command without a confirmation prompt. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Radoslaw Szulgo <radoslaw.szulgo@percona.com>
Co-authored-by: Copilot <copilot@github.com>
Create Release Notes for 2.14.0.