add vtbackup reference and refactor backup/restore docs#1351
Conversation
✅ Deploy Preview for vitess ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Max Englander <max@planetscale.com>
Signed-off-by: Max Englander <max@planetscale.com>
193da64 to
12f1cf1
Compare
Signed-off-by: Max Englander <max@planetscale.com>
12f1cf1 to
3570f02
Compare
| @@ -0,0 +1,232 @@ | |||
| --- | |||
There was a problem hiding this comment.
I actually have another PR for vtbackup .. but I will go through yours and if needed will close mine ..
There was a problem hiding this comment.
If you have another one feel free to go with that and close this one! I have no preference, whichever you prefer.
rsajwani
left a comment
There was a problem hiding this comment.
Overall looks good.. There are few deprecation in the flags but I have taken care of it in another PR (https://github.com/vitessio/website/pull/1330/files)... once you push this change .. I will apply my PR on top of it.
| - Alerting human operators if the failure is persistent. | ||
|
|
||
| ## Example Usage | ||
|
|
There was a problem hiding this comment.
minor: Consider you have running Vitess cluster, the following command will create backup of keyspace commerce having shard 0
There was a problem hiding this comment.
I have taken care of this in my PR.
Accompanies vitessio/vitess#11979.
In order to document all of the new metrics introduced by vitessio/vitess#11979, I would like to be able to talk about
vtbackup. Currently the docs don't mentionvtbackupat all. This PR reorganizes adds a reference page for vtbackup and re-organizes the backup/restore docs a bit to make it easier to talk aboutvtbackup.