-
Notifications
You must be signed in to change notification settings - Fork 207
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
Docs: vttablet PITR via --restore-to-timestamp and --restore-to-position #1594
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
vttablet now also has auto-generated docs](#1580), so you should also update those with (assuming you have your changes checked out in vitessio/vitess): COBRADOCS_VERSION_PAIRS="HEAD:18.0" VITESS_DIR=/where/does/shlomi/keep/vitess make vttablet-docs
(alternatively, make generated-docs
to do 'em all instead of just the one binary; same envvars apply)
Cool! This actually changed nothing, except for this line, which apparently leaks devs' home directories:
|
hmm, this should have updated https://vitess.io/docs/18.0/reference/programs/vttablet/#options with the added flags, was your |
It was, and I also ran |
ahh, your PR is based 2 weeks ago, before the |
I've merged latest |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Updated to reflect dashes, not underscores. Automation still does not change the |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Now that vitessio/vitess#13964 is merged into |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
It depends on what you used for |
I did
I did that as well, and made sure to run |
weiiiiird! the only guess i have (and it doesn't super matter since it seems to be working for you now) is maybe you started in the website dir prior to this change? then if you had |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
The website has been meanwhile frozen for |
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Documenting the changes in vitessio/vitess#13964, and specifically these
vttablet
flags:--restore-to-timestamp
--restore-to-position
Either of which, combined with
--restore_from_backup
, causes the tablet to start using a point-in-time recovery.Only merge once vitessio/vitess#13964 is merged