mirror of https://gitee.com/bigwinds/arangodb
20 lines
695 B
Plaintext
20 lines
695 B
Plaintext
COMMAND SECTION "DATE" "" "ArangoDB"
|
|
NAME
|
|
COMMAND - a datafile debugger for ArangoDB
|
|
SYNOPSIS
|
|
COMMAND options
|
|
DESCRIPTION
|
|
The COMMAND binary can be used to verify the datafiles of an
|
|
ArangoDB database server. The script must be run with exclusive
|
|
access to the server's data directory, meaning the ArangoDB
|
|
server must not be running and accessing the datafiles in the
|
|
specified data directory.
|
|
More specific instructions are displayed when the program is invoked.
|
|
OPTIONS
|
|
OPTION "--database.directory <string>"
|
|
path to the database directory ENDOPTION
|
|
EXAMPLES
|
|
EXAMPLE COMMAND --database.directory /data/arangodb
|
|
starts the debugger with database directory /data/arangodb ENDEXAMPLE
|
|
AUTHOR
|