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
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
@@ -131,6 +131,7 @@ Flags:
131
131
--external-compressor string command with arguments to use when compressing a backup.
132
132
--external-compressor-extension string extension to use when using an external compressor.
133
133
--external-decompressor string command with arguments to use when decompressing a backup.
134
+
--external-decompressor-use-manifest allows the decompressor command stored in the backup manifest to be used at restore time. Enabling this is a security risk: an attacker with write access to the backup storage could modify the manifest to execute arbitrary commands on the tablet as the Vitess user. NOT RECOMMENDED.
134
135
--file_backup_storage_root string Root directory for the file backup storage.
135
136
--gcs_backup_storage_bucket string Google Cloud Storage bucket to use for backups.
136
137
--gcs_backup_storage_root string Root prefix for all backup-related object names.
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
@@ -132,6 +132,7 @@ Flags:
132
132
--external-compressor string command with arguments to use when compressing a backup.
133
133
--external-compressor-extension string extension to use when using an external compressor.
134
134
--external-decompressor string command with arguments to use when decompressing a backup.
135
+
--external-decompressor-use-manifest allows the decompressor command stored in the backup manifest to be used at restore time. Enabling this is a security risk: an attacker with write access to the backup storage could modify the manifest to execute arbitrary commands on the tablet as the Vitess user. NOT RECOMMENDED.
135
136
--external_topo_server Should vtcombo use an external topology server instead of starting its own in-memory topology server. If true, vtcombo will use the flags defined in topo/server.go to open topo server
136
137
--foreign_key_mode string This is to provide how to handle foreign key constraint in create/alter table. Valid values are: allow, disallow (default "allow")
137
138
--gate_query_cache_memory int gate server query cache size in bytes, maximum amount of memory to be cached. vtgate analyzes every incoming query and generate a query plan, these plans are being cached in a lru cache. This config controls the capacity of the lru cache. (default 33554432)
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
@@ -156,6 +156,7 @@ Flags:
156
156
--external-compressor string command with arguments to use when compressing a backup.
157
157
--external-compressor-extension string extension to use when using an external compressor.
158
158
--external-decompressor string command with arguments to use when decompressing a backup.
159
+
--external-decompressor-use-manifest allows the decompressor command stored in the backup manifest to be used at restore time. Enabling this is a security risk: an attacker with write access to the backup storage could modify the manifest to execute arbitrary commands on the tablet as the Vitess user. NOT RECOMMENDED.
159
160
--file_backup_storage_root string Root directory for the file backup storage.
160
161
--filecustomrules string file based custom rule path
161
162
--filecustomrules_watch set up a watch on the target file and reload query rules when it changes
Copy file name to clipboardExpand all lines: go/flags/endtoend/vttestserver.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Flags:
38
38
--external-compressor string command with arguments to use when compressing a backup.
39
39
--external-compressor-extension string extension to use when using an external compressor.
40
40
--external-decompressor string command with arguments to use when decompressing a backup.
41
+
--external-decompressor-use-manifest allows the decompressor command stored in the backup manifest to be used at restore time. Enabling this is a security risk: an attacker with write access to the backup storage could modify the manifest to execute arbitrary commands on the tablet as the Vitess user. NOT RECOMMENDED.
41
42
--external_topo_global_root string the path of the global topology data in the global topology server for vtcombo process
42
43
--external_topo_global_server_address string the address of the global topology server for vtcombo process
43
44
--external_topo_implementation string the topology implementation to use for vtcombo process
0 commit comments