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
S3 update and fixes #48
Conversation
…apshot s3 buckets.
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.
mostly corrections to user-facing text
| @@ -101,7 +103,11 @@ helpPrint () { | |||
| echo "MariaDB ColumnStore was installed and maintained. (Assumes root by default)" 1>&3 | |||
| echo "" 1>&3 | |||
| echo "The default behavior is to run rsync locally to each UM and PM." 1>&3 | |||
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.
locally on each.. ?
backuprestore/columnstoreBackup.in
Outdated
| echo " For internal storage:" 1>&3 | ||
| echo " PM data is stored in data directories labeled pm[moduleID]dbroot[DBrootID]" 1>&3 | ||
| echo " For storagemanager (S3):" 1>&3 | ||
| echo " PM metadata is store at location described by storagemanger.cnf" 1>&3 |
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.
stored at the location
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.
good enough.
No description provided.