mirror of https://gitee.com/bigwinds/arangodb
21 lines
761 B
Groff
21 lines
761 B
Groff
.TH COMMAND SECTION "DATE" "" "ArangoDB"
|
|
.SH NAME
|
|
COMMAND - a datafile debugger for ArangoDB
|
|
.SH SYNOPSIS
|
|
COMMAND options
|
|
.SH 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.
|
|
.SH 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
|
|
.SH AUTHOR
|
|
Copyright triAGENS GmbH, Cologne, Germany
|