From 67d71cb6bfe1d1f00bc021130d89c85a559f4ef3 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Tue, 7 Jan 2014 11:32:40 +0100 Subject: [PATCH] Create empty _system database. --- utils/arangom.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/utils/arangom.in b/utils/arangom.in index 7182f1c9dd..bd6dbda349 100755 --- a/utils/arangom.in +++ b/utils/arangom.in @@ -47,12 +47,18 @@ if [ "$1" == "init" ] ; then set Target/DBServers set Target/Coordinators set Target/Collections + set Target/Collections/_system + set Target/Collections/_system/Version 1 + set Target/Collections/_system/Lock UNLOCKED set Target/ShardLocation set Plan/Version 1 set Plan/DBServers set Plan/Coordinators set Plan/Collections + set Plan/Collections/_system + set Plan/Collections/_system/Version 1 + set Plan/Collections/_system/Lock UNLOCKED set Plan/ShardLocation set Current/Version 1 @@ -60,6 +66,9 @@ if [ "$1" == "init" ] ; then set Current/DBServers set Current/Coordinators set Current/Collections + set Current/Collections/_system + set Current/Collections/_system/Version 1 + set Current/Collections/_system/Lock UNLOCKED set Current/ShardLocation set Current/ShardsCopied