You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/master' into mtocker-virtual-shards-new2
* origin/master:
bugfix: Fix impossible query for UNION (vitessio#18463)
fix topo use in local_example (vitessio#18357)
fix: update go-upgrade tool to check patch number (vitessio#18252) (vitessio#18402)
Update MAINTAINERS.md and CODEOWNERS (vitessio#18462)
Add logging to binlog watcher actions (vitessio#18264)
`schemadiff`: `RelatedForeignKeyTables()` (vitessio#18195)
`vtorc`: allow recoveries to be disabled from startup (vitessio#18005)
Fix `vttablet` not being marked as not serving when MySQL stalls (vitessio#17883)
make xtrabackup ShouldDrainForBackup configurable (vitessio#18431)
Signed-off-by: Morgan Tocker <[email protected]>
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtbackup.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ Flags:
253
253
--xtrabackup-backup-flags string Flags to pass to backup command. These should be space separated and will be added to the end of the command
254
254
--xtrabackup-prepare-flags string Flags to pass to prepare command. These should be space separated and will be added to the end of the command
255
255
--xtrabackup-root-path string Directory location of the xtrabackup and xbstream executables, e.g., /usr/bin
256
+
--xtrabackup-should-drain Decide if we should drain while taking a backup or continue to serving traffic
256
257
--xtrabackup-stream-mode string Which mode to use if streaming, valid values are tar and xbstream. Please note that tar is not supported in XtraBackup 8.0 (default "tar")
257
258
--xtrabackup-stripe-block-size uint Size in bytes of each block that gets sent to a given stripe before rotating to the next stripe (default 102400)
258
259
--xtrabackup-stripes uint If greater than 0, use data striping across this many destination files to parallelize data transfer and decompression
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtcombo.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -444,6 +444,7 @@ Flags:
444
444
--xtrabackup-backup-flags string Flags to pass to backup command. These should be space separated and will be added to the end of the command
445
445
--xtrabackup-prepare-flags string Flags to pass to prepare command. These should be space separated and will be added to the end of the command
446
446
--xtrabackup-root-path string Directory location of the xtrabackup and xbstream executables, e.g., /usr/bin
447
+
--xtrabackup-should-drain Decide if we should drain while taking a backup or continue to serving traffic
447
448
--xtrabackup-stream-mode string Which mode to use if streaming, valid values are tar and xbstream. Please note that tar is not supported in XtraBackup 8.0 (default "tar")
448
449
--xtrabackup-stripe-block-size uint Size in bytes of each block that gets sent to a given stripe before rotating to the next stripe (default 102400)
449
450
--xtrabackup-stripes uint If greater than 0, use data striping across this many destination files to parallelize data transfer and decompression
Copy file name to clipboardExpand all lines: go/flags/endtoend/vttablet.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -431,6 +431,7 @@ Flags:
431
431
--xtrabackup-backup-flags string Flags to pass to backup command. These should be space separated and will be added to the end of the command
432
432
--xtrabackup-prepare-flags string Flags to pass to prepare command. These should be space separated and will be added to the end of the command
433
433
--xtrabackup-root-path string Directory location of the xtrabackup and xbstream executables, e.g., /usr/bin
434
+
--xtrabackup-should-drain Decide if we should drain while taking a backup or continue to serving traffic
434
435
--xtrabackup-stream-mode string Which mode to use if streaming, valid values are tar and xbstream. Please note that tar is not supported in XtraBackup 8.0 (default "tar")
435
436
--xtrabackup-stripe-block-size uint Size in bytes of each block that gets sent to a given stripe before rotating to the next stripe (default 102400)
436
437
--xtrabackup-stripes uint If greater than 0, use data striping across this many destination files to parallelize data transfer and decompression
0 commit comments