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 mysql-topo
* 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)
Reset in-memory sequence info on vttablet on UpdateSequenceTables request (vitessio#18415)
Fix watcher storm during topo outages (vitessio#18434)
Online DDL: resume vreplication after cut-over/RENAME failure (vitessio#18428)
Online DDL cutover enhancements (vitessio#18423)
VStreamer: change in filter logic (vitessio#18319)
Online DDL metrics: `OnlineDDLStaleMigrationMinutes` (vitessio#18417)
Signed-off-by: Morgan Tocker <tocker@gmail.com>
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
@@ -433,6 +433,7 @@ Flags:
433
433
--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
434
434
--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
435
435
--xtrabackup-root-path string Directory location of the xtrabackup and xbstream executables, e.g., /usr/bin
436
+
--xtrabackup-should-drain Decide if we should drain while taking a backup or continue to serving traffic
436
437
--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")
437
438
--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)
438
439
--xtrabackup-stripes uint If greater than 0, use data striping across this many destination files to parallelize data transfer and decompression
0 commit comments