Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-5941

Improve mcs cli backup\restore wrapper.

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 23.10.4
    • cmapi
    • 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

          Activity

            People

              alan.mologorsky Alan Mologorsky
              alan.mologorsky Alan Mologorsky
              Allen  Herrera Allen Herrera
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.