1
0
Fork 0
arangodb/Documentation/DocuBlocks/serverDisableReplicationApp...

19 lines
648 B
Markdown

@brief disable the replication applier on server startup
`--server.disable-replication-applier flag`
If *true* the server will start with the replication applier turned off,
even if the replication applier is configured with the *autoStart* option.
Using the command-line option will not change the value of the *autoStart*
option in the applier configuration, but will suppress auto-starting the
replication applier just once.
If the option is not used, ArangoDB will read the applier configuration
from
the file *REPLICATION-APPLIER-CONFIG* on startup, and use the value of the
*autoStart* attribute from this file.
The default is *false*.