-
Notifications
You must be signed in to change notification settings - Fork 203
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
Documentation for MySQL Shell backup engine #1846
Conversation
67bede5
to
a97a712
Compare
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Direct preview links to changed docs: |
content/en/docs/21.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md
Outdated
Show resolved
Hide resolved
…estore/creating-a-backup.md Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Signed-off-by: Renan Rangel <rvrangel@users.noreply.github.com>
@shlomi-noach @deepthi is there anything missing you would like me to cover here? |
@rvrangel this looks good to me. Only did a brief review a couple days ago as the PR is still |
ah yes, marked it as ready for review now |
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.
Just one clarification, otherwise looks good. I'm not marking as "approved" yet, because our flow is to first merge the code PR, then the docs PR, so I just don't want to accidentally merge this PR ahead of time.
* you can control how many threads and other options with this flag. See the [MySQL docs](https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-dump-instance-schema.html) for other | ||
options | ||
* `--mysql-shell-load-flags="{\"updateGtidSet\": \"replace\", \"progressFile\": \"\", \"skipBinlog\": true}"` | ||
* `updateGtidSet` must be set to `true` so MySQL Shell updates the executed GTID at the |
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.
A bit confused about this, because the preceding line says "{\"updateGtidSet\": \"replace\",
; "replace"
is not said true
and is not even a boolean.
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.
that's a good catch, thanks! I have updated it :)
Signed-off-by: Renan Rangel <rvrangel@users.noreply.github.com>
Signed-off-by: Renan Rangel <rrangel@slack-corp.com>
This PR adds the documentation needed for the new MySQL Shell Backup engine that is being added in vitessio/vitess#16295