tpm supports a large range of configuration options, which can be specified either:
In an INI file, without the double-dash prefix, i.e.
repl-thl-log-retention=3d
On the command-line, using a double-dash prefix, i.e.
--repl-thl-log-retention=3d
A full list of all the available options supported is provided in Table 10.39, “tpm Configuration Options”.
Table 10.39. tpm Configuration Options
| CmdLine Option | INI File Option | Description |
|---|---|---|
--application-password, --connector-password | application-password, connector-password | Database password for the connector |
--application-port, --connector-listen-port | application-port, connector-listen-port | Port for the connector to listen on |
--application-readonly-port, --connector-readonly-listen-port | application-readonly-port, connector-readonly-listen-port | Port for the connector to listen for read-only connections on |
--application-user, --connector-user | application-user, connector-user | Database username for the connector |
--auto-enable, --repl-auto-enable | auto-enable, repl-auto-enable | Auto-enable replicator services after start-up |
--auto-recovery-delay-interval, --repl-auto-recovery-delay-interval | auto-recovery-delay-interval, repl-auto-recovery-delay-interval | Delay (in seconds) between going OFFLINE and attempting to go ONLINE |
--auto-recovery-max-attempts, --repl-auto-recovery-max-attempts | auto-recovery-max-attempts, repl-auto-recovery-max-attempts | Maximum number of attempts at automatic recovery |
--auto-recovery-reset-interval, --repl-auto-recovery-reset-interval | auto-recovery-reset-interval, repl-auto-recovery-reset-interval | Delay (in seconds) before autorecovery is deemed to have succeeded |
--backup-directory, --repl-backup-directory | backup-directory, repl-backup-directory | Permanent backup storage directory |
--backup-dump-directory, --repl-backup-dump-directory | backup-dump-directory, repl-backup-dump-directory | Backup temporary dump directory |
--backup-method, --repl-backup-method | backup-method, repl-backup-method | Database backup method |
--backup-online, --repl-backup-online | backup-online, repl-backup-online | Does the backup script support backing up a datasource while it is ONLINE |
--backup-options | backup-options | Space separated list of options to pass directly to the underlying backup binary in use. |
--backup-retention, --repl-backup-retention | backup-retention, repl-backup-retention | Number of backups to retain |
--backup-script, --repl-backup-script | backup-script, repl-backup-script | What is the path to the backup script |
--batch-enabled | batch-enabled | Should the replicator service use a batch applier |
--batch-load-language | batch-load-language | Which script language to use for batch loading |
--batch-load-template | batch-load-template | Value for the loadBatchTemplate property |
--blockCommitPolicy | blockCommitPolicy | Sets the commit policy of the replicator. |
--bridgeServerToClientForcedCloseTimeout | bridgeServerToClientForcedCloseTimeout | Adjust the timeout for Bridge Mode to force close connections (supplied in ms) |
--buffer-size, --repl-buffer-size | buffer-size, repl-buffer-size | Replicator queue size between stages (min 1) |
--cctrl-column-width | cctrl-column-width | Sets the minimum column width for service names within cctrl |
--channels, --repl-channels | channels, repl-channels | Number of replication channels to use for parallel apply. |
--cluster-slave-auto-recovery-delay-interval, --cluster-slave-repl-auto-recovery-delay-interval | cluster-slave-auto-recovery-delay-interval, cluster-slave-repl-auto-recovery-delay-interval | Default value for --auto-recovery-delay-interval when --topology=cluster-slave |
--cluster-slave-auto-recovery-max-attempts, --cluster-slave-repl-auto-recovery-max-attempts | cluster-slave-auto-recovery-max-attempts, cluster-slave-repl-auto-recovery-max-attempts | Default value for --auto-recovery-max-attempts when --topology=cluster-slave |
--cluster-slave-auto-recovery-reset-interval, --cluster-slave-repl-auto-recovery-reset-interval | cluster-slave-auto-recovery-reset-interval, cluster-slave-repl-auto-recovery-reset-interval | Default value for --auto-recovery-reset-interval when --topology=cluster-slave |
--composite-datasources, --dataservice-composite-datasources | composite-datasources, dataservice-composite-datasources | Data services that should be added to this composite data service |
--conn-java-enable-concurrent-gc | conn-java-enable-concurrent-gc | Connector Java uses concurrent garbage collection |
--conn-java-mem-size | conn-java-mem-size | Connector Java heap memory size used to buffer data between clients and databases |
--conn-round-robin-include-master | conn-round-robin-include-master | Should the Connector include the Primary in round-robin load balancing |
--connector-affinity | connector-affinity | Specify default affinity for all connections in the format of writeCluster:readCluster |
--connector-allow-cross-site-reconnects-for-reads | connector-allow-cross-site-reconnects-for-reads | Whether or not to reject reconnections that follow a read operation (RO_RELAXED or SmartScale after a read) |
--connector-allow-cross-site-reconnects-for-writes | connector-allow-cross-site-reconnects-for-writes | Whether or not to reject reconnections that follow a write operation (RW_STRICT connection or SmartScale after a write) |
--connector-autoreconnect | connector-autoreconnect | Enable auto-reconnect in the connector |
--connector-autoreconnect-killed-connections | connector-autoreconnect-killed-connections | Enable autoreconnect for connections killed within the connector |
--connector-bridge-mode, --enable-connector-bridge-mode | connector-bridge-mode, enable-connector-bridge-mode | Enable the Tungsten Connector bridge mode |
--connector-db-version | connector-db-version | Server version as advertised by the Connector (proxy-mode only). When not defined or set to autodetect, the version will be set to the same as the primary server. You can override it here, preferably keeping the actual underlying server version with "-tungsten" to indicate client applications that the connection goes through the connector. Note that this option only applies to proxy mode, since bridge mode will always forward the version of the connected node, primary or replica depending on the bridge mode setting. |
--connector-default-schema, --connector-forced-schema | connector-default-schema, connector-forced-schema | Default schema for the connector to use |
--connector-delete-user-map | connector-delete-user-map | Overwrite an existing user.map file |
--connector-disable-connection-warnings | connector-disable-connection-warnings | Hide Connector warnings in log files |
--connector-disconnect-timeout | connector-disconnect-timeout | Time (in seconds) to wait for active connection to disconnect before forcing them closed [default: 5] |
--connector-drop-after-max-connections | connector-drop-after-max-connections | Instantly drop connections that arrive after connector-max-connections has been reached |
--connector-generate-eof | connector-generate-eof | If using the Go MySQL driver, this property should be set to false to avoid generating and sending EOF packets to client applications when CLIENT_DEPRECATE_EOF is not set on both client and mysql server sides. |
--connector-keepalive-timeout | connector-keepalive-timeout | Delay (in ms) after which a manager connection is considered broken by the connector if no keep-alive command was received. Value must be positive and lower than 300000 (5 min) or the connector will refuse to start. Make sure this value is set greater than the manager mgr-monitor-interval, which controls the frequency at which keep-alive commands are sent. |
--connector-listen-interface | connector-listen-interface | Listen interface to use for the connector |
--connector-manager-use-ssl | connector-manager-use-ssl | Manager<>Connector connections can be encrypted with TLS by setting this to true or with the --disable-security-controls=false flags. Note that when enabled, managers still accept unencrypted connector connections in order to allow upgrades from older versions or unencrypted setups |
--connector-max-connections | connector-max-connections | The maximum number of connections the connector should allow at any time. Default of -1 disables limits. |
--connector-max-slave-latency, --connector-max-applied-latency | connector-max-applied-latency, connector-max-slave-latency | The maximum applied latency for replica connections. Disabled by default (-1). |
--connector-read-affinity | connector-read-affinity | Specify default affinity for all read-only connections. Specify as a single servicename, or a comma separated list. |
--connector-relative-slave-status | connector-relative-slave-status | Determines whether the reported latency is relative (true) or absolute (false). Default is the value of dataservice-use-relative-latency which itself has the default of false. |
--connector-reset-when-affinity-back | connector-reset-when-affinity-back | Forces reconnection of clients to datasources with the configured affinity when they become available |
--connector-rest-api | connector-rest-api | Enable (default) or Disable APIv2 |
--connector-rest-api-address | connector-rest-api-address | Address for the API to bind too. |
--connector-rest-api-authentication | connector-rest-api-authentication | Enforce authentication for the API. |
--connector-rest-api-port | connector-rest-api-port | Port for the Connector API. |
--connector-rest-api-ssl | connector-rest-api-ssl | Enable SSL for the API. |
--connector-ro-addresses | connector-ro-addresses | Connector addresses that should receive a r/o connection |
--connector-rw-addresses | connector-rw-addresses | Connector addresses that should receive a r/w connection |
--connector-rwsplitting | connector-rwsplitting | Enable DirectReads R/W splitting in the connector |
--connector-server-ssl-protocols | connector-server-ssl-protocols | Configures protocols the connector uses for SSL communications to the dbatabase server. Default value when not specified will be TLSv1,TLSv1.1,TLSv1.2 |
--connector-smartscale | connector-smartscale | Enable SmartScale R/W splitting in the connector |
--connector-smartscale-sessionid | connector-smartscale-sessionid | The default session ID to use with smart scale |
--connector-ssl-capable | connector-ssl-capable | Defines whether connector ports are advertised as being capable of SSL |
--connector-write-affinity | connector-write-affinity | Specify default affinity for all write connections. Specify as a single servicename, or a comma separated list. |
--connectors, --dataservice-connectors | connectors, dataservice-connectors | Hostnames for the dataservice connectors |
--consistency-policy, --repl-consistency-policy | consistency-policy, repl-consistency-policy | Should the replicator stop or warn if a consistency check fails? |
--dataservice-relay-enabled | dataservice-relay-enabled | Make this dataservice a replica of another |
--dataservice-schema | dataservice-schema | The db schema to hold dataservice details |
--dataservice-thl-port | dataservice-thl-port | Port to use for THL operations |
--dataservice-use-relative-latency, --use-relative-latency | dataservice-use-relative-latency, use-relative-latency | Enable the cluster to operate on relative latency |
--dataservice-vip-enabled | dataservice-vip-enabled | Is VIP management enabled? |
--dataservice-vip-ipaddress | dataservice-vip-ipaddress | VIP IP address |
--dataservice-vip-netmask | dataservice-vip-netmask | VIP netmask |
--datasource-boot-script, --repl-datasource-boot-script | datasource-boot-script, repl-datasource-boot-script | Database start script |
--datasource-enable-ssl, --repl-datasource-enable-ssl | datasource-enable-ssl, repl-datasource-enable-ssl | Enable SSL connection to DBMS server |
--datasource-group-id, --mgr-datasource-group-id | datasource-group-id, mgr-datasource-group-id | All nodes within a cluster that share the same datasource-group-id will form a Distributed Datasource Group (DDG). |
--datasource-log-directory, --repl-datasource-log-directory | datasource-log-directory, repl-datasource-log-directory | MySQL Binary log directory if different from MySQL default |
--datasource-log-pattern, --repl-datasource-log-pattern | datasource-log-pattern, repl-datasource-log-pattern | MySQL Binary log filename pattern |
--datasource-mysql-conf, --repl-datasource-mysql-conf | datasource-mysql-conf, repl-datasource-mysql-conf | MySQL config file |
--datasource-mysql-data-directory, --repl-datasource-mysql-data-directory | datasource-mysql-data-directory, repl-datasource-mysql-data-directory | MySQL data directory |
--datasource-mysql-ibdata-directory, --repl-datasource-mysql-ibdata-directory | datasource-mysql-ibdata-directory, repl-datasource-mysql-ibdata-directory | MySQL InnoDB data directory |
--datasource-mysql-iblog-directory, --repl-datasource-mysql-iblog-directory | datasource-mysql-iblog-directory, repl-datasource-mysql-iblog-directory | MySQL InnoDB log directory |
--datasource-mysql-ssl-ca, --repl-datasource-mysql-ssl-ca | datasource-mysql-ssl-ca, repl-datasource-mysql-ssl-ca | MySQL SSL CA file |
--datasource-mysql-ssl-cert, --repl-datasource-mysql-ssl-cert | datasource-mysql-ssl-cert, repl-datasource-mysql-ssl-cert | MySQL SSL certificate file |
--datasource-mysql-ssl-key, --repl-datasource-mysql-ssl-key | datasource-mysql-ssl-key, repl-datasource-mysql-ssl-key | MySQL SSL key file |
--datasource-oracle-service, --repl-datasource-oracle-service | datasource-oracle-service, repl-datasource-oracle-service | Oracle Service Name |
--datasource-systemctl-service, --repl-datasource-systemctl-service | datasource-systemctl-service, repl-datasource-systemctl-service | Database systemctl script |
--datasource-type, --repl-datasource-type | datasource-type, repl-datasource-type | Specify the database type. For replicator extractors and cluster nodes, this value can only be set to mysql. Other options are applicable to standalone hetergeneous replicator appliers (including cluster-slave appliers) only. |
--deploy-systemd | deploy-systemd | Setting to true will deploy and configure software to be controlled by systemd. |
--direct-datasource-log-directory, --repl-direct-datasource-log-directory | direct-datasource-log-directory, repl-direct-datasource-log-directory | MySQL Binary log directory if different from MySQL default |
--direct-datasource-log-pattern, --repl-direct-datasource-log-pattern | direct-datasource-log-pattern, repl-direct-datasource-log-pattern | MySQL Binary log filename pattern |
--direct-datasource-type, --repl-direct-datasource-type | direct-datasource-type, repl-direct-datasource-type | Specify the database type. For replicator extractors and cluster nodes, this value can only be set to mysql. Other options are applicable to standalone hetergeneous replicator appliers (including cluster-slave appliers) only. |
--direct-replication-host, --direct-datasource-host, --repl-direct-datasource-host | direct-datasource-host, direct-replication-host, repl-direct-datasource-host | Database server hostname |
--direct-replication-password, --direct-datasource-password, --repl-direct-datasource-password | direct-datasource-password, direct-replication-password, repl-direct-datasource-password | Password for datasource connection |
--direct-replication-port, --direct-datasource-port, --repl-direct-datasource-port | direct-datasource-port, direct-replication-port, repl-direct-datasource-port | Database server port |
--direct-replication-user, --direct-datasource-user, --repl-direct-datasource-user | direct-datasource-user, direct-replication-user, repl-direct-datasource-user | Database login for Tungsten |
--disable-relay-logs, --repl-disable-relay-logs | disable-relay-logs, repl-disable-relay-logs | Disable the use of relay-logs |
--disable-security-controls | disable-security-controls | Disables all forms of security, including SSL, TLS and authentication |
--disable-slave-extractor, --repl-disable-slave-extractor | disable-slave-extractor, repl-disable-slave-extractor | Should replica servers support the primary role? |
--drop-static-columns-in-updates, --drop-static-columns | drop-static-columns, drop-static-columns-in-updates | This will modify UPDATE transactions in row-based replication and eliminate any columns that were not modified. |
--enable-active-witnesses, --active-witnesses | active-witnesses, enable-active-witnesses | Enable active witness hosts |
--enable-batch-master | enable-batch-master | Enable batch operation for the primary |
--enable-batch-service | enable-batch-service | Enables batch mode for a service |
--enable-batch-slave | enable-batch-slave | Enable batch operation for the Replica |
--enable-connector-client-ssl, --connector-client-ssl | connector-client-ssl, enable-connector-client-ssl | Enable SSL encryption of traffic from the client to the connector |
--enable-connector-readonly, --connector-readonly | connector-readonly, enable-connector-readonly | Enable the Tungsten Connector read-only mode |
--enable-connector-server-ssl, --connector-server-ssl | connector-server-ssl, enable-connector-server-ssl | Enable SSL encryption of traffic from the connector to the database |
--enable-connector-ssl, --connector-ssl | connector-ssl, enable-connector-ssl | Enable SSL encryption of connector traffic to the database |
--enable-heterogeneous-master | enable-heterogeneous-master | Enable heterogeneous operation for the primary |
--enable-heterogeneous-service | enable-heterogeneous-service | Enable heterogeneous operation |
--enable-heterogeneous-slave | enable-heterogeneous-slave | Enable heterogeneous operation for the replica |
--enable-jgroups-ssl, --jgroups-ssl | enable-jgroups-ssl, jgroups-ssl | Enable SSL encryption of JGroups communication on this host |
--enable-rmi-authentication, --rmi-authentication | enable-rmi-authentication, rmi-authentication | Enable RMI authentication for the services running on this host |
--enable-rmi-ssl, --rmi-ssl | enable-rmi-ssl, rmi-ssl | Enable SSL encryption of RMI communication on this host |
--enable-slave-thl-listener, --repl-enable-slave-thl-listener | enable-slave-thl-listener, repl-enable-slave-thl-listener | Should this service allow THL connections? |
--enable-sudo-access, --root-command-prefix | enable-sudo-access, root-command-prefix | Run root commands using sudo |
--enable-thl-ssl, --repl-enable-thl-ssl, --thl-ssl | enable-thl-ssl, repl-enable-thl-ssl, thl-ssl | Enable SSL encryption of THL communication for this service |
--enable-validation-check | enable-validation-check | Enable a specific validation check, overriding any configured skipped checks |
--enable-validation-warnings | enable-validation-warnings | Enable a specific validation warning, overriding any configured skipped warning |
--executable-prefix | executable-prefix | Adds a prefix to command aliases |
--file-protection-level | file-protection-level | Protection level for Continuent files |
--host-name | host-name | DNS hostname |
--hub, --dataservice-hub-host | dataservice-hub-host, hub | What is the hub host for this all-masters dataservice? |
--hub-service, --dataservice-hub-service | dataservice-hub-service, hub-service | The data service to use for the hub of a star topology |
--install | install | Configures services with systemd during installation. The same as executing deployall after installation. |
--install-directory, --home-directory | home-directory, install-directory | Installation directory |
--java-connector-keystore-password | java-connector-keystore-password | Set the password for unlocking the tungsten_connector_keystore.jks file in the security directory. Specific to connector<->mysql communication only. |
--java-connector-keystore-path | java-connector-keystore-path | Local path to the Java Connector Keystore file. Specific to connector<->mysql communication only. |
--java-connector-truststore-password | java-connector-truststore-password | Set the password for unlocking the tungsten_connector_truststore.jks file in the security directory. Specific to connector<->mysql communication only. |
--java-connector-truststore-path | java-connector-truststore-path | Local path to the Java Connector Truststore file. Specific to connector<->mysql communication only. |
--java-enable-concurrent-gc, --repl-java-enable-concurrent-gc | java-enable-concurrent-gc, repl-java-enable-concurrent-gc | Replicator Java uses concurrent garbage collection |
--java-file-encoding, --repl-java-file-encoding | java-file-encoding, repl-java-file-encoding | Java platform charset (esp. for heterogeneous replication) |
--java-jgroups-key, --java-jgroups-entry-alias | java-jgroups-entry-alias, java-jgroups-key | The alias to use for the JGroups TLS key in the keystore. |
--java-jgroups-keystore-path | java-jgroups-keystore-path | Local path to the JGroups Java Keystore file. |
--java-jmxremote-access-path | java-jmxremote-access-path | Local path to the Java JMX Remote Access file. |
--java-keystore-password | java-keystore-password | Set the password for unlocking the tungsten_keystore.jks file in the security directory. Specific for intra cluster communication. |
--java-keystore-path | java-keystore-path | Local path to the Java Keystore file. Specific for intra cluster communication. NOTE: When java-keystore-path is passed to tpm, the keystore must contain both tls and mysql certs when appropriate. tpm will NOT add mysql cert nor generate tls cert when this flag is found, so both certs must be manually imported already. Additionally, java-mysql-alias must be specificed when using custom keystores. |
--java-mem-size, --repl-java-mem-size | java-mem-size, repl-java-mem-size | Replicator Java heap memory size in Mb (min 128) |
--java-mysql-alias, --java-mysql-entry-alias | java-mysql-alias, java-mysql-entry-alias | Specify the alias used for the mysql certificate in the tungsten_keystore and the tungsten_connector_keystore. Must be specified when supplying custom keystores. |
--java-passwordstore-path | java-passwordstore-path | Local path to the Java Password Store file. |
--java-thl-keystore-path | java-thl-keystore-path | The alias to use for storing the keystore associated with THL encryption. |
--java-thl-truststore-path | java-thl-truststore-path | The alias to use for storing the truststore associated with THL encryption. |
--java-tls-alias, --java-tls-entry-alias | java-tls-alias, java-tls-entry-alias | The alias to use for the TLS key/certificate in the keystore and truststore. |
--java-tls-key-lifetime | java-tls-key-lifetime | Lifetime for the Java TLS key (in days) |
--java-tls-keystore-path | java-tls-keystore-path | The keystore holding a certificate to use for all Continuent TLS encryption. |
--java-truststore-password | java-truststore-password | The password for unlocking the tungsten_truststore.jks file in the security directory |
--java-truststore-path | java-truststore-path | Local path to the Java Truststore file. |
--log-slave-updates | log-slave-updates | When enabled, transactions written to a replica will be logged to the replicas binary logs. |
--manager-replicator-offline-timeout | manager-replicator-offline-timeout | Timeout (in seconds) for the manager to wait until the replicator goes offline. |
--manager-rest-api, --mgr-api | manager-rest-api, mgr-api | Enable (default) or Disable APIv2 |
--manager-rest-api-address, --mgr-api-address | manager-rest-api-address, mgr-api-address | Address for the API to bind too. |
--manager-rest-api-authentication | manager-rest-api-authentication | Enforce authentication for the API. |
--manager-rest-api-port, --mgr-api-port | manager-rest-api-port, mgr-api-port | Port for the manager API. |
--manager-rest-api-ssl | manager-rest-api-ssl | Enable SSL for the API. |
--master, --dataservice-master-host, --masters, --relay | dataservice-master-host, master, masters, relay | Hostname of the primary (or relay) host within this service |
--master-preferred-role, --repl-master-preferred-role | master-preferred-role, repl-master-preferred-role | Preferred role for primary THL when connecting as a replica |
--master-services, --dataservice-master-services | dataservice-master-services, master-services | Data service names that should be used on each Primary |
--master-thl-host | master-thl-host | Primary THL Hostname |
--master-thl-port | master-thl-port | Primary THL Port |
--members, --dataservice-hosts, --slaves | dataservice-hosts, members, slaves | Hostnames for the dataservice members |
--metadata-directory, --repl-metadata-directory | metadata-directory, repl-metadata-directory | Replicator metadata directory |
--mgr-api-full-access | mgr-api-full-access | Enable all Manager API (v1) commands. Only the status command will be enabled without it. |
--mgr-group-communication-port | mgr-group-communication-port | Port to use for manager group communication |
--mgr-heap-threshold | mgr-heap-threshold | Java memory usage (MB) that will force a Manager restart |
--mgr-java-enable-concurrent-gc | mgr-java-enable-concurrent-gc | Manager Java uses concurrent garbage collection |
--mgr-java-mem-size | mgr-java-mem-size | Manager Java heap memory size in Mb (min 128) |
--mgr-listen-interface | mgr-listen-interface | Listen interface to use for the manager |
--mgr-monitor-interval | mgr-monitor-interval | Frequency, in milliseconds, at which managers monitor the database and replicator. |
--mgr-ping-method | mgr-ping-method | Mechanism to use when identifying the liveness of other datasources (ping, echo) |
--mgr-policy-mode | mgr-policy-mode | Manager policy mode |
--mgr-rmi-port | mgr-rmi-port | Port to use for the manager RMI server |
--mgr-rmi-remote-port | mgr-rmi-remote-port | Port to use for calling the remote manager RMI server |
--mgr-ro-slave | mgr-ro-slave | Make replicas read-only |
--mgr-vip-arp-path | mgr-vip-arp-path | Path to the arp binary |
--mgr-vip-device | mgr-vip-device | VIP network device |
--mgr-vip-ifconfig-path | mgr-vip-ifconfig-path | Path to the ifconfig binary |
--mgr-wait-for-members | mgr-wait-for-members | Wait for all datasources to be available before completing installation |
--mon-db-query-timeout | mon-db-query-timeout | Defines the timeout (in secs) for the managers mysql_checker_query.sql call |
--mysql-allow-intensive-checks | mysql-allow-intensive-checks | For MySQL installation, enables detailed checks on the supported data types within the MySQL database to confirm compatibility. |
--mysql-driver | mysql-driver | MySQL Driver Vendor |
--mysql-enable-ansiquotes, --repl-mysql-enable-ansiquotes | mysql-enable-ansiquotes, repl-mysql-enable-ansiquotes | Enables ANSI_QUOTES mode as a filter on the applier stages. |
--mysql-enable-enumtostring, --repl-mysql-enable-enumtostring | mysql-enable-enumtostring, repl-mysql-enable-enumtostring | Enable a filter to convert ENUM values to strings |
--mysql-enable-noonlykeywords, --repl-mysql-enable-noonlykeywords | mysql-enable-noonlykeywords, repl-mysql-enable-noonlykeywords | Enables an applier filter to translate DELETE FROM ONLY to DELETE FROM and UPDATE ONLY to UPDATE. |
--mysql-enable-settostring, --repl-mysql-enable-settostring | mysql-enable-settostring, repl-mysql-enable-settostring | Enable a filter to convert SET types to strings |
--mysql-ro-slave, --repl-mysql-ro-slave | mysql-ro-slave, repl-mysql-ro-slave | Replicas are read-only |
--mysql-server-id, --repl-mysql-server-id | mysql-server-id, repl-mysql-server-id | Explicitly set the MySQL server ID |
--mysql-use-bytes-for-string, --repl-mysql-use-bytes-for-string | mysql-use-bytes-for-string, repl-mysql-use-bytes-for-string | Transfer strings as their byte representation |
--mysql-xtrabackup-dir, --repl-mysql-xtrabackup-dir | mysql-xtrabackup-dir, repl-mysql-xtrabackup-dir | Directory to use for storing xtrabackup full & incremental backups |
--native-slave-takeover, --repl-native-slave-takeover | native-slave-takeover, repl-native-slave-takeover | Takeover native replication |
--optimize-row-events | optimize-row-events | Enables or disables optimized row updates. Enabled by default. |
--optimize-row-events-limit-delete-rows | optimize-row-events-limit-delete-rows | Limits the number of deletes grouped per event when optimize-row-events is enabled. Note that deletes can only be optimized for tables with single column PK's |
--optimize-row-events-limit-insert-rows | optimize-row-events-limit-insert-rows | Limits the number of inserts grouped per event when optimize-row-events is enabled. |
--policy-relay-from-slave | policy-relay-from-slave | Cross-site replicators within a Composite Active/Active deployment can be configured to point to Replicas by default, and to prefer Replicas over Primaries during operation. In a standard deployment, cross-site replicators work via Primaries at each cluster site to read the remote information. To configure the service to use Replicas in preference to Primaries, use the policy-relay-from-slave=true option to tpm. Both Primaries and Replicas remain in the list of possible hosts, so if no Replicas are available during a switch or failover event, then a Primary will be used. |
--postgresql-dbname, --repl-postgresql-dbname | postgresql-dbname, repl-postgresql-dbname | Name of the database to replicate |
--prefer-ip-stack | prefer-ip-stack | Switch between IPv4 and IPv6 support. |
--preferred-path | preferred-path | Additional command path |
--prefetch-schema | prefetch-schema | Schema to watch for timing prefetch progress |
--privileged-master | privileged-master | When extracting from cloud based instances, or instances when you are unable to grant SUPER privileges to the tungsten replicator user, set this property to false. |
--privileged-slave | privileged-slave | When applying to cloud based instances, or instances when you are unable to grant SUPER privileges to the tungsten replicator user, set this property to false. |
--profile-script | profile-script | Append commands to include env.sh in this profile script |
--property=key=value | property=key=value | Modify specific property values for the key in any file that the configure script touches. |
--protect-configuration-files | protect-configuration-files | When enabled, configuration files are protected to be only readable and updatable by the configured user |
--readAutodetectConfigFromPrimary | readAutodetectConfigFromPrimary | The connector always reads its dynamic (auto-detect) configuration from primary node by default. Setting this property to false will force reading from a replica. Parameter must be supplied with the property= prefix. |
--redshift-dbname, --repl-redshift-dbname | redshift-dbname, repl-redshift-dbname | Name of the Redshift database to replicate into |
--relay-directory, --repl-relay-directory | relay-directory, repl-relay-directory | Directory for logs transferred from the Primary |
--relay-enabled | relay-enabled | Should the replicator service be setup as a relay. |
--relay-source, --dataservice-relay-source, --master-dataservice | dataservice-relay-source, master-dataservice, relay-source | Dataservice name to use as a relay source |
--repl-allow-bidi-unsafe | repl-allow-bidi-unsafe | Allow unsafe SQL from remote service |
--repl-store-thl-compressed | repl-store-thl-compressed | Enable (true) or disable (false) compression of THL on disk. |
--repl-store-thl-encrypted | repl-store-thl-encrypted | Enable (true) or disable (false) encryption of THL on disk. |
--repl-svc-extractor-multi-frag-service-detection | repl-svc-extractor-multi-frag-service-detection | Force extraction to read ahead to last fragment to detect service name |
--repl-thl-client-serialization | repl-thl-client-serialization | Enable THL compression on downstream Replicator Appliers. |
--repl-thl-server-serialization | repl-thl-server-serialization | Comma Separated list of THL compression protocols to enable on the thl-server (Extractor). |
--replace-tls-certificate | replace-tls-certificate | Replace the TLS certificate |
--replica-tx-commit-level | replica-tx-commit-level | If set, determines the value of the underlying database property innodb_flush_log_at_trx_commit when a node becomes a replica. |
--replication-host, --datasource-host, --repl-datasource-host | datasource-host, repl-datasource-host, replication-host | Hostname of the datasource |
--replication-password, --datasource-password, --repl-datasource-password | datasource-password, repl-datasource-password, replication-password | Database password |
--replication-port, --datasource-port, --repl-datasource-port | datasource-port, repl-datasource-port, replication-port | Database network port |
--replication-user, --datasource-user, --repl-datasource-user | datasource-user, repl-datasource-user, replication-user | User for database connection |
--replicator.extractor.dbms.transaction_frag_size | replicator.extractor.dbms.transaction_frag_size | Controls the size of fragments for long transactions. Tungsten automatically breaks up long transactions into fragments. This parameter controls the number of bytes of binlog per transaction fragment. |
--replicator-rest-api | replicator-rest-api | Enable or Disable APIv2 |
--replicator-rest-api-address | replicator-rest-api-address | Address for the API to bind too. |
--replicator-rest-api-authentication | replicator-rest-api-authentication | Enforce authentication for the API. |
--replicator-rest-api-port | replicator-rest-api-port | Port for the Replicator API. |
--replicator-rest-api-ssl | replicator-rest-api-ssl | Enable or Disable SSL for the API. |
--rest-api-address | rest-api-address | Address for the API to bind too. This property acts as an group alias for connector-rest-api-address, manager-rest-api-address and replicator-rest-api-address |
--rest-api-admin-pass, --rest-api-admin-password | rest-api-admin-pass, rest-api-admin-password | Specify the initial Admin User Password for API access. rest-api-admin-password alias only available from version 7.1.2 onwards. |
--rest-api-admin-user | rest-api-admin-user | Specify the initial Admin Username for API access. |
--rest-api-authentication | rest-api-authentication | Enable SSL for the API. This property acts as a group alias for connector-rest-api-authentication, replicator-rest-api-authentication and manager-rest-api-authentication |
--rest-api-ssl | rest-api-ssl | Enable SSL for the API. This property acts as a group alias for connector-rest-api-ssl, replicator-rest-api-ssl and manager-rest-api-ssl |
--rest-apis | rest-apis | Enable or Disable APIv2. This property acts as a group alias for connector-rest-api, manager-rest-api and replicator-rest-api |
--rmi-port, --repl-rmi-port | repl-rmi-port, rmi-port | Replication RMI listen port |
--rmi-user | rmi-user | The username for RMI authentication |
--role, --repl-role | repl-role, role | What is the replication role for this service? |
--router-gateway-port | router-gateway-port | The router gateway port |
--router-jmx-port | router-jmx-port | The router jmx port |
--security-directory | security-directory | Storage directory for the Java security/encryption files |
--server.listen.address | server.listen.address | IP Address to force the connector to be bound too. |
--service-alias, --dataservice-service-alias | dataservice-service-alias, service-alias | Replication alias of this dataservice |
--service-type, --repl-service-type | repl-service-type, service-type | What is the replication service type? |
--skip-statemap | skip-statemap | Do not copy the cluster-home/conf/statemap.properties from the previous install |
--skip-validation-check | skip-validation-check | Do not run the specified validation check. |
--skip-validation-warnings | skip-validation-warnings | Do not display warnings for the specified validation check. |
--slave-dataservice | slave-dataservice | Dataservice to use to determine the source configuration. Used when combining cluster-slave and cluster-alias configuration blocks within a Multi-Site/Active-Active topology. |
--slaves, --dataservice-slaves, --members | dataservice-slaves, members, slaves | What are the replicas for this dataservice? |
--start | start | Start the services after configuration |
--start-and-report | start-and-report | Start the services and report out the status after configuration |
--svc-allow-any-remote-service, --repl-svc-allow-any-remote-service | repl-svc-allow-any-remote-service, svc-allow-any-remote-service | Replicate from any service |
--svc-applier-block-commit-interval, --repl-svc-applier-block-commit-interval | repl-svc-applier-block-commit-interval, svc-applier-block-commit-interval | Minimum interval between commits |
--svc-applier-block-commit-size, --repl-svc-applier-block-commit-size | repl-svc-applier-block-commit-size, svc-applier-block-commit-size | Applier block commit size (min 1) |
--svc-applier-filters, --repl-svc-applier-filters | repl-svc-applier-filters, svc-applier-filters | Replication service applier filters. See Filter documentation for a full list of possible options. |
--svc-applier-last-applied-write-interval | svc-applier-last-applied-write-interval | Interval (in seconds) to store the last known applied seqno and latency |
--svc-applier-ldi-temp-dir | svc-applier-ldi-temp-dir | Specify the tmp directory to use for LOAD DATA INFILE commands, overides the default mysql value of /tmp |
--svc-applier-ldi-use-local | svc-applier-ldi-use-local | Force the use of LOCAL when using LOAD DATA INFILE - useful if applying to remote hosts |
--svc-extractor-filters, --repl-svc-extractor-filters | repl-svc-extractor-filters, svc-extractor-filters | Replication service extractor filters. See Filter documentation for a full list of possible options. |
--svc-fail-on-zero-row-update, --repl-svc-fail-on-zero-row-update | repl-svc-fail-on-zero-row-update, svc-fail-on-zero-row-update | How should the replicator behave when a Row-Based Replication UPDATE or DELETE does not affect any rows. |
--svc-parallelization-type, --repl-svc-parallelization-type | repl-svc-parallelization-type, svc-parallelization-type | Method for implementing parallel apply |
--svc-remote-filters, --repl-svc-remote-filters | repl-svc-remote-filters, svc-remote-filters | Replication service remote download filters. See Filter documentation for a full list of possible options. |
--svc-reposition-on-source-id-change, --repl-svc-reposition-on-source-id-change | repl-svc-reposition-on-source-id-change, svc-reposition-on-source-id-change | The Primary will come ONLINE from the current position if the stored source_id does not match the value in the static properties |
--svc-shard-default-db, --repl-svc-shard-default-db | repl-svc-shard-default-db, svc-shard-default-db | Mode for setting the shard ID from the default db |
--svc-systemd-config-connector | svc-systemd-config-connector | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-systemd-config-manager | svc-systemd-config-manager | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-systemd-config-replicator | svc-systemd-config-replicator | Used to provide custom systemd configuration that will be used in place of the default generated on. |
--svc-table-engine, --repl-svc-table-engine | repl-svc-table-engine, svc-table-engine | Replication service table engine |
--svc-thl-filters, --repl-svc-thl-filters | repl-svc-thl-filters, svc-thl-filters | Replication service THL filters. See Filter documentation for a full list of possible options. |
--temp-directory | temp-directory | Temporary Directory |
--template-search-path | template-search-path | Adds a new template search path for configuration file generation |
--thl-directory, --repl-thl-directory | repl-thl-directory, thl-directory | Replicator log directory |
--thl-do-checksum, --repl-thl-do-checksum | repl-thl-do-checksum, thl-do-checksum | Execute checksum operations on THL log files |
--thl-interface, --repl-thl-interface | repl-thl-interface, thl-interface | Listen interface to use for THL operations |
--thl-log-connection-timeout, --repl-thl-log-connection-timeout | repl-thl-log-connection-timeout, thl-log-connection-timeout | Number of seconds to wait for a connection to the THL log |
--thl-log-file-size, --repl-thl-log-file-size | repl-thl-log-file-size, thl-log-file-size | File size in bytes for THL disk logs |
--thl-log-fsync, --repl-thl-log-fsync | repl-thl-log-fsync, thl-log-fsync | Fsync THL records on commit. More reliable operation but adds latency to replication when using low-performance storage |
--thl-log-retention, --repl-thl-log-retention | repl-thl-log-retention, thl-log-retention | How long do you want to keep THL files. |
--thl-port, --repl-thl-port | repl-thl-port, thl-port | Port to use for THL Operations |
--thl-protocol, --repl-thl-protocol | repl-thl-protocol, thl-protocol | Protocol to use for THL communication with this service |
--topology, --dataservice-topology | dataservice-topology, topology | Replication topology for the dataservice. |
--track-schema-changes | track-schema-changes | This will enable filters that track DDL statements and write the resulting change to files on Replica hosts. The feature is intended for use in some batch deployments. |
--user | user | OS System User, for example tungsten. DO NOT use root |
--vertica-dbname, --repl-vertica-dbname | repl-vertica-dbname, vertica-dbname | Name of the database to replicate into |
--witnesses, --dataservice-witnesses | dataservice-witnesses, witnesses | Witness hosts for the dataservice |