各种笔记
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1.3 KiB

Updating / installing... 1:arangodb3e-3.5.3-1.0 ################################# [100%]

ArangoDB 3 (https://www.arangodb.com) The multi-model NoSQL database: distributed free and open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

First Steps with ArangoDB: https://docs.arangodb.com/latest/Manual/GettingStarted/

Configuring the storage Engine: https://docs.arangodb.com/latest/Manual/Administration/Configuration/GeneralArangod.html#storage-engine

Configuration file: /etc/arangodb3/arangod.conf

Start ArangoDB shell client:

/usr/bin/arangosh

Start ArangoDB service:

systemctl start arangodb3.service

Enable ArangoDB service:

systemctl enable arangodb3.service

SECURITY HINT: run 'arango-secure-installation' to set a root password the current password is '7c8329a66d35a624bcfedfae0c944938' (You should do this for a FRESH install! For an UPGRADE the password does not need to be changed) 2019-12-13T15:41:20Z [1134] INFO [a1c60] {syscall} file-descriptors (nofiles) hard limit is 65535, soft limit is 65535 2019-12-13T15:41:21Z [1134] INFO [7da27] {startup} server will now shut down due to upgrade, database initialization or admin restoration.