1
0
Fork 0

added documentation for arango-upgrade "--uid"

This commit is contained in:
a-brandt 2012-11-27 14:42:09 +01:00
parent aa4805ecc5
commit c93fa6947d
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ and not yet executed tasks.
_arango-upgrade_ needs exclusive access to the database, so it cannot
be executed while an instance of _arangod_ is currently running.
If ArangoDB normaly runs with a lower privileged UID than _arango-upgrade_
requires the option `--uid username` to upgrade the database:
> bin/arango-upgrade --database.directory /tmp/voctest --uid arangodb
Server startup options changes
------------------------------