Skip to content

Commit adb976d

Browse files
Updating with the RC1 version as of 0c257dd138186b311e8f9716dfed73b587b61c5b
Signed-off-by: Rohit Nayak <[email protected]>
1 parent e76a306 commit adb976d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

flags/14.0/vtbackup.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Usage of vtbackup:
8181
--init_keyspace string (init parameter) keyspace to use for this tablet
8282
--init_shard string (init parameter) shard to use for this tablet
8383
--initial_backup Instead of restoring from backup, initialize an empty database with the provided init_db_sql_file and upload a backup of that for the shard, if the shard has no backups yet. This can be used to seed a brand new shard with an initial, empty backup. If any backups already exist for the shard, this will be considered a successful no-op. This can only be done before the shard exists in topology (i.e. before any tablets are deployed).
84+
--keep-alive-timeout duration Wait until timeout elapses after a successful backup before shutting down.
8485
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
8586
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
8687
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
@@ -113,6 +114,7 @@ Usage of vtbackup:
113114
--mysql_server_version string MySQL server version to advertise.
114115
--mysql_socket string path to the mysql socket
115116
--mysql_timeout duration how long to wait for mysqld startup (default 5m0s)
117+
--port int port for the server
116118
--pprof strings enable profiling
117119
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
118120
--remote_operation_timeout duration time to wait for a remote operation (default 30s)

flags/14.0/vtorc.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage of vtorc:
77
--catch-sigpipe catch and ignore SIGPIPE on stdout and stderr if specified
88
--clusters_to_watch strings Comma-separated list of keyspaces or keyspace/shards that this instance will monitor and repair. Defaults to all clusters in the topology. Example: "ks1,ks2/-80"
99
--config string config file name
10+
--consul_auth_static_file string JSON File to read the topos/tokens from.
1011
--grpc_auth_static_client_creds string When using grpc_static_auth in the server, this file provides the credentials to use to authenticate with server.
1112
--grpc_compression string Which protocol to use for compressing gRPC. Default: nothing. Supported: snappy
1213
--grpc_enable_tracing Enable gRPC tracing.
@@ -52,6 +53,10 @@ Usage of vtorc:
5253
--tablet_manager_grpc_server_name string the server name to use to validate server certificate
5354
--tablet_manager_protocol string Protocol to use to make tabletmanager RPCs to vttablets. (default "grpc")
5455
--topo-information-refresh-duration duration Timer duration on which VTOrc refreshes the keyspace and vttablet records from the topology server (default 15s)
56+
--topo_consul_lock_delay duration LockDelay for consul session. (default 15s)
57+
--topo_consul_lock_session_checks string List of checks for consul session. (default "serfHealth")
58+
--topo_consul_lock_session_ttl string TTL for consul session.
59+
--topo_consul_watch_poll_duration duration time of the long poll for watch queries. (default 30s)
5560
--topo_etcd_lease_ttl int Lease TTL for locks and leader election. The client will use KeepAlive to keep the lease going. (default 30)
5661
--topo_etcd_tls_ca string path to the ca to use to validate the server cert when connecting to the etcd topo server
5762
--topo_etcd_tls_cert string path to the client cert to use to connect to the etcd topo server, requires topo_etcd_tls_key, enables TLS

0 commit comments

Comments
 (0)