From 65484c3e6085a389ba030ea7f98fade96451b536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Neunh=C3=B6ffer?= Date: Fri, 6 Sep 2019 09:25:36 +0200 Subject: [PATCH] This simply removes the default of backup off in the config file. (#9939) --- etc/arangodb3/arangod.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/arangodb3/arangod.conf.in b/etc/arangodb3/arangod.conf.in index f9634318fe..cd7a1d751a 100644 --- a/etc/arangodb3/arangod.conf.in +++ b/etc/arangodb3/arangod.conf.in @@ -71,6 +71,3 @@ level = info [rocksdb] # encryption-keyfile=/your-encryption-file - -[backup:enterprise] -api-enabled = false