1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Jan 66faa0fab9
Improve the description of --ldap.tls-version (#4755)
2018-03-05 13:52:03 +01:00
..
ActiveFailover Doc - Replication Refactor - Part 2 (#4717) 2018-03-02 11:14:53 +01:00
Arangosh Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Auditing Docs: Moved Auditing and StorageEngines to appropriate categories, added highlights 2017-07-05 10:24:14 +02:00
Cluster Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00
Configuration Improve the description of --ldap.tls-version (#4755) 2018-03-05 13:52:03 +01:00
DC2DC Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
Encryption added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
ManagingUsers Refactor Authentication Layer (devel) (#4592) 2018-02-28 13:24:28 +01:00
MasterSlave Doc - Replication Refactor - Part 2 (#4717) 2018-03-02 11:14:53 +01:00
Upgrading Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
WebInterface Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangodump.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangoexport.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangoimport.md add 'create database' to 'import feature' (#4278) 2018-01-15 15:15:31 +01:00
Arangorestore.md issue #3504: export database name with dump for easier restore (#4216) 2018-01-05 14:52:56 +01:00
Durability.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
README.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Satellites.md Doc - Replication Refactor - Part 1 (#4555) 2018-02-28 12:23:19 +01:00

README.md

Administration

Most administration can be managed using the arangosh.

Filesystems

As one would expect for a database, we recommend a locally mounted filesystems.

NFS or similar network filesystems will not work.

On Linux we recommend the use of ext4fs, on Windows NTFS and on MacOS HFS+.

We recommend to not use BTRFS on Linux. It is known to not work well in conjunction with ArangoDB. We experienced that ArangoDB faces latency issues on accessing its database files on BTRFS partitions. In conjunction with BTRFS and AUFS we also saw data loss on restart.