--master , --masters , --dataservice-master-host , --relay | master , masters , dataservice-master-host , relay | Hostname of the Primary 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 | master-services , dataservice-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 |
--slave-privileged-updates | slave-privileged-updates | Does login for Replica update have superuser privileges |
--slaves , --dataservice-slaves | slaves , dataservice-slaves | What are the Replicas for this dataservice? |
--allow-bidi-unsafe , --repl-allow-bidi-unsafe | allow-bidi-unsafe , repl-allow-bidi-unsafe | Allow unsafe SQL from remote service |
--api , --repl-api | api , repl-api | Enable the replication API |
--api-host , --repl-api-host | api-host , repl-api-host | Hostname that the replication API should listen on |
--api-password , --repl-api-password | api-password , repl-api-password | HTTP basic auth password for the replication API |
--api-port , --repl-api-port | api-port , repl-api-port | Port that the replication API should bind to |
--api-user , --repl-api-user | api-user , repl-api-user | HTTP basic auth username for the replication API |
--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 services after start-up |
--auto-recovery-delay-interval , --repl-auto-recovery-delay-interval | auto-recovery-delay-interval , repl-auto-recovery-delay-interval | Delay 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 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-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 |
--buffer-size , --repl-buffer-size , --repl-svc-applier-buffer-size , --repl-svc-buffer-size | buffer-size , repl-buffer-size , repl-svc-applier-buffer-size , repl-svc-buffer-size | Replicator queue size between stages (min 1) |
--channels , --repl-channels | channels , repl-channels | Number of replication channels to use for services |
--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 |
--config-file-help | config-file-help | Display help information for content of the config file |
--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 | The default affinity for all connections |
--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-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-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 the manager has mgr-monitor-interval value set greater than this, it controls the frequency at which keep-alive commands are sent. |
--connector-listen-interface | connector-listen-interface | Listen interface to use for the connector |
--connector-max-slave-latency , --connector-max-applied-latency | connector-max-slave-latency , connector-max-applied-latency | The maximum applied latency for Replica connections |
--connector-max-connections | connector-max-connections | The maximum number of connections the connector should allow at any time |
--connector-readonly , --enable-connector-readonly | connector-readonly , enable-connector-readonly | Enable the Tungsten Connector read-only mode |
--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-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 |
--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-name | dataservice-name | Limit the command to the hosts in this dataservice Multiple data services may be specified by providing a comma separated list |
--dataservice-relay-enabled | dataservice-relay-enabled | Make this dataservice the 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-log-directory , --repl-datasource-log-directory | datasource-log-directory , repl-datasource-log-directory | Primary log directory |
--datasource-log-pattern , --repl-datasource-log-pattern | datasource-log-pattern , repl-datasource-log-pattern | Primary 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-scan , --repl-datasource-oracle-scan | datasource-oracle-scan , repl-datasource-oracle-scan | Oracle SCAN |
--datasource-oracle-service , --repl-datasource-oracle-service | datasource-oracle-service , repl-datasource-oracle-service | Oracle Service |
--datasource-oracle-service-group , --repl-datasource-oracle-service-group | datasource-oracle-service-group , repl-datasource-oracle-service-group | Oracle service operating system group |
--datasource-pg-archive , --repl-datasource-pg-archive | datasource-pg-archive , repl-datasource-pg-archive | PostgreSQL archive location |
--datasource-pg-conf , --repl-datasource-pg-conf | datasource-pg-conf , repl-datasource-pg-conf | Location of postgresql.conf |
--datasource-pg-home , --repl-datasource-pg-home | datasource-pg-home , repl-datasource-pg-home | PostgreSQL data directory |
--datasource-pg-root , --repl-datasource-pg-root | datasource-pg-root , repl-datasource-pg-root | Root directory for postgresql installation |
--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 | Database type |
--delete | delete | Delete the named data service from the configuration Data Service options: |
--deploy-current-package | deploy-current-package | Deploy the current Tungsten package |
--deploy-package-uri | deploy-package-uri | URL for the Tungsten package to deploy |
--direct-datasource-log-directory , --repl-direct-datasource-log-directory | direct-datasource-log-directory , repl-direct-datasource-log-directory | Primary log directory |
--direct-datasource-log-pattern , --repl-direct-datasource-log-pattern | direct-datasource-log-pattern , repl-direct-datasource-log-pattern | Primary log filename pattern |
--direct-datasource-oracle-scan , --repl-direct-datasource-oracle-scan | direct-datasource-oracle-scan , repl-direct-datasource-oracle-scan | Oracle SCAN |
--direct-datasource-oracle-service , --repl-direct-datasource-oracle-service | direct-datasource-oracle-service , repl-direct-datasource-oracle-service | Oracle Service |
--direct-datasource-oracle-sid , --repl-direct-datasource-oracle-sid | direct-datasource-oracle-sid , repl-direct-datasource-oracle-sid | Oracle SID |
--direct-datasource-type , --repl-direct-datasource-type | direct-datasource-type , repl-direct-datasource-type | Database type |
--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 |
--directory | directory | Set the directory of an existing installation used during fetching an existing configuration |
--disable-slave-extractor , --repl-disable-slave-extractor | disable-slave-extractor , repl-disable-slave-extractor | Should Replica servers support the Primary role? |
--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 |
--drop-static-columns-in-updates | drop-static-columns-in-updates | This will modify UPDATE transactions in row-based replication and eliminate any columns that were not modified. |
--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-active-witnesses , --active-witnesses | active-witnesses , enable-active-witnesses | Enable active witness hosts |
--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-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-heterogenous-master | enable-heterogeneous-master , enable-heterogenous-master | Enable heterogeneous operation for the Primary |
--enable-heterogeneous-slave , --enable-heterogenous-slave | enable-heterogeneous-slave , enable-heterogenous-slave | Enable heterogeneous operation for the Replica |
--enable-heterogeneous-service , --enable-heterogenous-service | enable-heterogeneous-service , enable-heterogenous-service | Enable heterogeneous operation |
--enable-heterogenous-master | enable-heterogenous-master | Enable heterogenous operation for the Primary |
--enable-heterogenous-slave | enable-heterogenous-slave | Enable heterogenous operation for the Replica |
--enable-heterogenous-service | enable-heterogenous-service | Enable heterogenous operation |
--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-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 |
--executable-prefix | executable-prefix | Adds a prefix to command aliases |
--file-protection-level | file-protection-level | Protection level for Continuent files |
--file-protection-umask | file-protection-umask | Protection umask for Continuent files |
--host-name | host-name | DNS hostname |
--hosts | hosts | Limit the command to the hosts listed You must use the hostname as it appears in the configuration. |
--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 | Install service start scripts |
--install-directory , --home-directory | home-directory , install-directory | Installation directory |
--java-connector-keystore-password | java-connector-keystore-password | The password for unlocking the tungsten_connector_keystore.jks file in the security directory |
--java-connector-keystore-path | java-connector-keystore-path | Local path to the Java Connector Keystore file. |
--java-connector-truststore-password | java-connector-truststore-password | The password for unlocking the tungsten_connector_truststore.jks file in the security directory |
--java-connector-truststore-path | java-connector-truststore-path | Local path to the Java Connector Truststore file. |
--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-external-lib-dir , --repl-java-external-lib-dir | java-external-lib-dir , repl-java-external-lib-dir | Directory for 3rd party Jar files required by replicator |
--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-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 | The password for unlocking the tungsten_keystore.jks file in the security directory |
--java-keystore-path | java-keystore-path | Local path to the Java Keystore file. |
--java-mem-size , --repl-java-mem-size | java-mem-size , repl-java-mem-size | Replicator Java heap memory size in Mb (min 128) |
--java-passwordstore-path | java-passwordstore-path | Local path to the Java Password Store file. |
--java-tls-alias | java-tls-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 |
--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. |
--java-user-timezone , --repl-java-user-timezone | java-user-timezone , repl-java-user-timezone | Java VM Timezone (esp. for cross-site replication) |
--log | log | Write all messages, visible and hidden, to this file. You may specify a filename, 'pid' or 'timestamp'. |
--log-slave-updates | log-slave-updates | Should Replicas log updates to binlog |
--members , --dataservice-hosts | dataservice-hosts , members | Hostnames for the dataservice members |
--metadata-directory , --repl-metadata-directory | metadata-directory , repl-metadata-directory | Replicator metadata directory |
--mgr-api | mgr-api | Enable the Manager API |
--mgr-api-address | mgr-api-address | Address for the Manager API |
--mgr-api-full-access | mgr-api-full-access | Enable all Manager API commands. Only the status command will be enabled without it. |
--mgr-api-port | mgr-api-port | Port for the Manager API |
--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-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 |
--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-connectorj-path | mysql-connectorj-path | Path to MySQL Connector/J |
--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 for incoming events? |
--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 a 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 |
--no-deployment | no-deployment | Skip deployment steps that create the install directory |
--no-validation | no-validation | Skip validation checks that run on each host |
--optimize-row-events | optimize-row-events | Enables or disables optimized row updates |
--pg-archive-timeout , --repl-pg-archive-timeout | pg-archive-timeout , repl-pg-archive-timeout | Timeout for sending unfilled WAL buffers (data loss window) |
--pg-ctl , --repl-pg-ctl | pg-ctl , repl-pg-ctl | Path to the pg_ctl script |
--pg-method , --repl-pg-method | pg-method , repl-pg-method | Postgres Replication method |
--pg-standby , --repl-pg-standby | pg-standby , repl-pg-standby | Path to the pg_standby script |
--postgresql-dbname , --repl-postgresql-dbname | postgresql-dbname , repl-postgresql-dbname | Name of the database to replicate |
--postgresql-enable-mysql2pgddl , --repl-postgresql-enable-mysql2pgddl | postgresql-enable-mysql2pgddl , repl-postgresql-enable-mysql2pgddl | Enable MySQL to PostgreSQL DDL dialect converting filter placeholder |
--postgresql-slonik , --repl-postgresql-slonik | postgresql-slonik , repl-postgresql-slonik | Path to the slonik executable |
--postgresql-tables , --repl-postgresql-tables | postgresql-tables , repl-postgresql-tables | Tables to replicate in form: schema1.table1,schema2.table2,... |
--preferred-path | preferred-path | Additional command path |
--prefetch-enabled | prefetch-enabled | Should the replicator service be setup as a prefetch applier |
--prefetch-max-time-ahead | prefetch-max-time-ahead | Maximum number of seconds that the prefetch applier can get in front of the standard applier |
--prefetch-min-time-ahead | prefetch-min-time-ahead | Minimum number of seconds that the prefetch applier must be in front of the standard applier |
--prefetch-schema | prefetch-schema | Schema to watch for timing prefetch progress |
--prefetch-sleep-time | prefetch-sleep-time | How long to wait when the prefetch applier gets too far ahead |
--privileged-master | privileged-master | Does the login for the Primary database service have superuser privileges |
--privileged-slave | privileged-slave | Does the login for the Replica database service have superuser privileges |
--profile-script | profile-script | Append commands to include env.sh in this profile script |
--protect-configuration-files | protect-configuration-files | When enabled, configuration files are protected to be only readable and updatable by the configured user |
--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 , --master-dataservice , --dataservice-relay-source | master-dataservice , dataservice-relay-source , relay-source | Dataservice name to use as a relay source |
--replace-tls-certificate | replace-tls-certificate | Replace the TLS certificate |
--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 |
--reset | reset | Clear the current configuration before processing any arguments |
--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 |
--service-alias , --dataservice-service-alias | dataservice-service-alias , service-alias | Replication alias of this dataservice |
--service-name | service-name | Set the service name |
--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 |
--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 |
--svc-extractor-filters , --repl-svc-extractor-filters | repl-svc-extractor-filters , svc-extractor-filters | Replication service extractor filters |
--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 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 |
--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-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 |
--target-dataservice , --slave-dataservice | slave-dataservice , target-dataservice | Dataservice to use to determine the value of host configuration |
--temp-directory | temp-directory | Temporary Directory |
--template-file-help | template-file-help | Display the keys that may be used in configuration template files |
--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. Valid values are star,cluster-slave,master-slave,fan-in,clustered,cluster-alias,all-masters,direct |
--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 | System User |
--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 |