arangodump Options
The startup options of the arangodump
executable
arangodump Options
Usage: arangodump [<options>]
General
--all-databases
Type: boolean
Whether to dump all databases.
This option can be specified without a value to enable it.
--batch-size
Type: uint64
The maximum size for individual data batches (in bytes).
Default: 67108864
--check-configuration
Type: boolean
Check the configuration and exit.
This is a command, no value needs to be specified. The process terminates after executing the command.
--collection
Type: string…
Restrict the dump to this collection name (can be specified multiple times). Either --collection or --ignore-collection can be used at the same time.
--compress-output
Type: boolean
Compress files containing collection contents using the gzip format.
This option can be specified without a value to enable it.
Default: true
--compress-request-threshold
Introduced in: v3.12.0
Type: uint64
The HTTP request body size from which on requests are transparently compressed when sending them to the server.
--compress-transfer
Introduced in: v3.12.0
Type: boolean
Compress data for transport between arangodump and server.
This option can be specified without a value to enable it.
--config
Type: string
The configuration file or “none”.
--configuration
Type: string
The configuration file or “none”.
--dbserver-prefetch-batches
Introduced in: v3.10.8, v3.11.2
Type: uint64
Number of batches to prefetch on each DB-Server.
Default: 5
--dbserver-worker-threads
Introduced in: v3.10.8, v3.11.2
Type: uint64
Number of worker threads on each DB-Server.
Default: 5
--define
Type: string…
Define a value for a @key@
entry in the configuration file using the syntax "key=value"
.
--descriptors-minimum
Introduced in: v3.12.0
Type: uint64
The minimum number of file descriptors needed to start (0 = no minimum)
Default: 8192
--docs-per-batch
Introduced in: v3.12.0
Type: uint64
The maximum number of documents to be returned per batch.
Default: 10000
--dump-data
Type: boolean
Whether to dump collection data.
This option can be specified without a value to enable it.
Default: true
--dump-dependencies
Type: boolean
Dump the dependency graph of the feature phases (internal) and exit.
This is a command, no value needs to be specified. The process terminates after executing the command.
--dump-options
Type: boolean
Dump all available startup options in JSON format and exit.
This is a command, no value needs to be specified. The process terminates after executing the command.
--dump-views
Introduced in: v3.11.0
Type: boolean
Whether to dump view definitions.
This option can be specified without a value to enable it.
Default: true
--dump-vpack
Introduced in: v3.12.0
Experimental
Type: boolean
Dump collection data in velocypack format (more compact than JSON, but requires ArangoDB 3.12 or higher to restore)
This option can be specified without a value to enable it.
--force
Type: boolean
Continue dumping even in the face of some server-side errors.
This option can be specified without a value to enable it.
--honor-nsswitch
Type: boolean
Allow hostname lookup configuration via /etc/nsswitch.conf if on Linux/glibc.
This option can be specified without a value to enable it.
--ignore-collection
Introduced in: v3.12.0
Type: string…
Ignore and exclude this collection during the dump process (can be specified multiple times). Either --collection or --ignore-collection can be used at the same time.
--ignore-distribute-shards-like-errors
Type: boolean
Continue dumping even if a sharding prototype collection is not backed up, too.
This option can be specified without a value to enable it.
--include-system-collections
Type: boolean
Include system collections.
This option can be specified without a value to enable it.
--initial-batch-size
Type: uint64
The initial size for individual data batches (in bytes).
Default: 8388608
--local-network-threads
Introduced in: v3.10.8, v3.11.2
Type: uint64
Number of local network threads, i.e. how many requests are sent in parallel.
Default: 5
--local-writer-threads
Introduced in: v3.10.8, v3.11.2
Type: uint64
Number of local writer threads.
Default: 5
--log
Deprecated in: v3.5.0
Type: string…
Set the topic-specific log level, using --log level
for the general topic or --log topic=level
for the specified topic (can be specified multiple times). Available log levels: fatal, error, warning, info, debug, trace.
Default: info
--maskings
Type: string
A path to a file with masking definitions.
--output-directory
Type: string
The output directory.
Default: /dump
--overwrite
Type: boolean
Overwrite data in the output directory.
This option can be specified without a value to enable it.
--parallel-dump
Introduced in: v3.10.8, v3.11.2
Type: boolean
Enable highly parallel dump behavior.
This option can be specified without a value to enable it.
Default: true
--progress
Type: boolean
Show the progress.
This option can be specified without a value to enable it.
Default: true
--shard
Introduced in: v3.8.0
Type: string…
Restrict the dump to this shard (can be specified multiple times).
--split-files
Introduced in: v3.10.10, v3.11.2
Type: boolean
Split a collection in multiple files to increase throughput.
This option can be specified without a value to enable it.
--threads
Type: uint32
The maximum number of collections/shards to process in parallel.
Default: dynamic (e.g. 8
)
--use-splice-syscall
Introduced in: v3.9.4
Type: boolean
Use the splice() syscall for file copying (may not be supported on all filesystems).
This option can be specified without a value to enable it.
Default: true
--version
Type: boolean
Print the version and other related information, then exit.
This is a command, no value needs to be specified. The process terminates after executing the command.
--version-json
Introduced in: v3.9.0
Type: boolean
Print the version and other related information in JSON format, then exit.
This is a command, no value needs to be specified. The process terminates after executing the command.
encryption
--encryption.key-generator
Enterprise Edition
Type: string
A program providing the encryption key on stdout. If set, encryption at rest is enabled.
--encryption.keyfile
Enterprise Edition
Type: string
The path to the file that contains the encryption key. Must contain 32 bytes of data. If set, encryption at rest is enabled.
log
--log.color
Type: boolean
Use colors for TTY logging.
This option can be specified without a value to enable it.
Default: dynamic (e.g. true
)
--log.escape-control-chars
Introduced in: v3.9.0
Type: boolean
Escape control characters in log messages.
This option can be specified without a value to enable it.
Default: true
--log.escape-unicode-chars
Introduced in: v3.9.0
Type: boolean
Escape Unicode characters in log messages.
This option can be specified without a value to enable it.
--log.file
Type: string
shortcut for ‘--log.output file://
Default: -
--log.file-group
Type: string
group to use for new log file, user must be a member of this group
--log.file-mode
Type: string
mode to use for new log file, umask will be applied as well
--log.force-direct
Type: boolean
Do not start a separate thread for logging.
This option can be specified without a value to enable it.
--log.foreground-tty
Type: boolean
Also log to TTY if backgrounded.
This option can be specified without a value to enable it.
--log.hostname
Introduced in: v3.8.0
Type: string
The hostname to use in log message. Leave empty for none, use “auto” to automatically determine a hostname.
--log.ids
Type: boolean
Log unique message IDs.
This option can be specified without a value to enable it.
Default: true
--log.level
Type: string…
Set the topic-specific log level, using --log.level level
for the general topic or --log.level topic=level
for the specified topic (can be specified multiple times).
Available log levels: fatal, error, warning, info, debug, trace.
Available log topics: all, audit-hotbackup, audit-service, audit-document, audit-view, audit-collection, audit-database, audit-authorization, audit-authentication, deprecation, views, v8, validation, ttl, trx, threads, syscall, supervision, statistics, startup, ssl, security, rocksdb, restore, requests, rep-wal, rep-state, replication2, replication, queries, memory, maintenance, license, httpclient, heartbeat, graphs, flush, general, engines, dump, development, crash, config, communication, cluster, cache, bench, backup, authorization, authentication, aql, agencystore, agencycomm, agency.
Default: info
--log.line-number
Type: boolean
Include the function name, file name, and line number of the source code that issues the log message. Format: [func@FileName.cpp:123]
This option can be specified without a value to enable it.
--log.max-entry-length
Type: uint32
The maximum length of a log entry (in bytes).
Default: 134217728
--log.max-queued-entries
Introduced in: v3.10.12, v3.11.5, v3.12.0
Type: uint32
Upper limit of log entries that are queued in a background thread.
Default: 16384
--log.output
Type: string…
Log destination(s), e.g. file:///path/to/file (any occurrence of $PID is replaced with the process ID).
--log.performance
Deprecated in: v3.5.0
Type: boolean
Shortcut for --log.level performance=trace
.
This option can be specified without a value to enable it.
--log.prefix
Type: string
Prefix log message with this string.
--log.process
Introduced in: v3.8.0
Type: boolean
Show the process identifier (PID) in log messages.
This option can be specified without a value to enable it.
Default: true
--log.request-parameters
Type: boolean
include full URLs and HTTP request parameters in trace logs
This option can be specified without a value to enable it.
Default: true
--log.role
Type: boolean
Log the server role.
This option can be specified without a value to enable it.
--log.shorten-filenames
Type: boolean
shorten filenames in log output (use with --log.line-number)
This option can be specified without a value to enable it.
Default: true
--log.structured-param
Introduced in: v3.10.0
Type: string…
Toggle the usage of the log category parameter in structured log messages.
--log.thread
Type: boolean
Show the thread identifier in log messages.
This option can be specified without a value to enable it.
Default: true
--log.thread-name
Type: boolean
Show thread name in log messages.
This option can be specified without a value to enable it.
--log.time-format
Type: string
The time format to use in logs.
Default: utc-datestring-micros
Possible values: “local-datestring”, “timestamp”, “timestamp-micros”, “timestamp-millis”, “uptime”, “uptime-micros”, “uptime-millis”, “utc-datestring”, “utc-datestring-micros”, “utc-datestring-millis”
--log.use-json-format
Introduced in: v3.8.0
Type: boolean
Use JSON as output format for logging.
This option can be specified without a value to enable it.
--log.use-local-time
Deprecated in: v3.5.0
Type: boolean
Use the local timezone instead of UTC.
This option can be specified without a value to enable it.
--log.use-microtime
Deprecated in: v3.5.0
Type: boolean
Use Unix timestamps in seconds with microsecond precision.
This option can be specified without a value to enable it.
random
--random.generator
Type: uint32
The random number generator to use (1 = MERSENNE, 2 = RANDOM, 3 = URANDOM, 4 = COMBINED). The options 2, 3, and 4 are deprecated and will be removed in a future version.
Default: 1
Possible values: 1, 2, 3, 4
server
--server.ask-jwt-secret
Type: boolean
If enabled, you are prompted for a JWT secret. This option is not compatible with --server.username and --server.password. If specified, it is used for all connections - even if a new connection to another server is created.
This option can be specified without a value to enable it.
--server.authentication
Type: boolean
Require authentication credentials when connecting (does not affect the server-side authentication settings).
This option can be specified without a value to enable it.
--server.connection-timeout
Type: double
The connection timeout (in seconds).
Default: 5
--server.database
Type: string
The database name to use when connecting.
Default: _system
--server.endpoint
Type: string…
The endpoint to connect to. Use ’none’ to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://
Default: http+tcp://127.0.0.1:8529
--server.jwt-secret-keyfile
Type: string
If enabled, the JWT secret is loaded from the given file. This option is not compatible with --server.ask-jwt-secret, --server.username and --server.password. If specified, it is used for all connections - even if a new connection to another server is created.
--server.max-packet-size
Type: uint64
The maximum packet size (in bytes) for client/server communication.
Default: 1073741824
--server.password
Type: string
The password to use when connecting. If not specified and authentication is required, you are prompted for a password. In startup options, you can wrap the names of environment variables in at signs to use their value, like @ARANGO_PASSWORD@. This helps to expose the password less, like to the process list. Literal @ need to be escaped as @@.
--server.request-timeout
Type: double
The request timeout (in seconds).
Default: 1200
--server.username
Type: string
The username to use when connecting.
Default: root
ssl
--ssl.protocol
Type: uint64
The SSL protocol (1 = SSLv2 (unsupported), 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSv1.2, 6 = TLSv1.3, 9 = generic TLS (negotiated))
Default: 5
Possible values: 1, 2, 3, 4, 5, 6, 9