Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
2025-3
Description
After discussing some implementation details and logic of backup\restore wrapper with allen.herrera
We decided to change default values logic.
Currently the wrapper adds it own defaults, some for feature flags like retention, parallel that augment how the back up is taken.
The main request is for the backup wrapper not to have its own defaults, but rely on the script to define those defaults
current
|
--backup-location /tmp/backups/
|
--backup-destination Local
|
--storage LocalStorage
|
--parallel 4 |
--highavilability no-ha
|
--skip-save-brm no-sbrm
|
--skip-polls no-spoll
|
--skip-locks no-slock
|
--skip-mariadb-backup no-smdb
|
--skip-bucket-data no-sb
|
--name-backup 03-25-2025 |
--quiet no-q
|
--no-verify-ssl (inverse flag) v-ssl
|
--poll-interval 5 |
--poll-max-wait 60 |
--retention-days 0 |
 |
new
|
--backup-location off
|
--backup-destination off
|
--storage off
|
--parallel off
|
--highavilability off
|
--skip-save-brm off
|
--skip-polls off
|
--skip-locks off
|
--skip-mariadb-backup off
|
--skip-bucket-data off
|
--name-backup off
|
--quiet off
|
--no-verify-ssl off
|
--poll-interval off
|
--poll-max-wait off
|
--retention-days off
|
Furthermore,
the help info for -P should be edited to simpler
Number of parallel rsync/compression threads to run
Attachments
Issue Links
- relates to
-
MCOL-5618 Cmapi (mcs cli) wrapper for columnstore_backup script.
-
- Closed
-