Arangorestore Options

Usage: arangorestore [<options>]

Global Options

NameTypeDescription
batch-sizeuint64Maximum size for individual data batches (in bytes).
Default: 8388608
collectionstring...Restrict to collection name (can be specified multiple times).
Default: []
configurationstringThe configuration file or 'none'.
Default: ""
create-collectionbooleanCreate collection structure.
Default: true
create-databasebooleanCreate the target database if it does not exist.
Default: false
default-number-of-shardsuint64Default value for numberOfShards if not specified.
Default: 1
default-replication-factoruint64Default value for replicationFactor if not specified.
Default: 1
forcebooleanContinue restore even in the face of some server-side errors.
Default: false
force-same-databasebooleanForce usage of the same database name as in the source dump.json file.
Default: false
ignore-distribute-shards-like-errorsbooleanContinue restore even if sharding prototype collection is missing.
Default: false
import-databooleanImport data into collection.
Default: true
include-system-collectionsbooleanInclude system collections.
Default: false
input-directorystringInput directory.
Default: "/home/steemann/ArangoNoAsan/dump"
overwritebooleanOverwrite collections if they exist.
Default: true
progressbooleanShow progress.
Default: true
threadsuint32Maximum number of collections to process in parallel.
Default: 2
versionbooleanReports the version and exits.
Default: false

Encryption Options

NameTypeDescription
encryption.key-generatorstringProgram providing the encryption key on stdout. If set, encryption will be enabled.
Default: ""
encryption.keyfilestringFile containing the encryption key. If set, encryption will be enabled.
Default: ""

Log Options

NameTypeDescription
log.colorbooleanUse colors for TTY logging.
Default: true
log.escapebooleanEscape characters when logging.
Default: true
log.levelstring...The global or topic-specific log level.
Default: ["info"]
log.outputstring...Log destination(s).
Default: []
log.rolebooleanLog server role.
Default: false
log.use-local-timebooleanUse local timezone instead of UTC.
Default: false
log.use-microtimebooleanUse microtime instead.
Default: false

Server Options

NameTypeDescription
server.authenticationbooleanRequire authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
server.connection-timeoutdoubleConnection timeout in seconds.
Default: 5
server.databasestringDatabase name to use when connecting.
Default: "_system"
server.endpointstringEndpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
server.passwordstringPassword to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
server.request-timeoutdoubleRequest timeout in seconds.
Default: 1200
server.usernamestringUsername to use when connecting.
Default: "root"

Ssl Options

NameTypeDescription
ssl.protocoluint64Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
  • 1
  • 2
  • 3
  • 4
  • 5

Temp Options

NameTypeDescription
temp.pathstringPath for temporary files.
Default: ""