From 7e44667dd142500cd0ac20c5259b5894f93fcacd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 29 May 2019 15:45:02 +0200 Subject: [PATCH] modified .env file for neo4j import since its had problems with file locks on windows (cypher-shell) --- .../legacy-migration/maintenance-worker/migration/neo4j/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env b/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env index 7691306ac..c61bb0c15 100644 --- a/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env +++ b/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env @@ -5,9 +5,9 @@ # Import Settings # On Windows this resolves to C:\Users\dornhoeschen\AppData\Local\Temp\mongo-export (MinGW) IMPORT_PATH='/tmp/mongo-export/' -IMPORT_CHUNK_PATH='/tmp/mongo-export/splits/current-chunk.json' +IMPORT_CHUNK_PATH='/tmp/mongo-export/splits/' -IMPORT_CHUNK_PATH_CQL='/tmp/mongo-export/splits/current-chunk.json' +IMPORT_CHUNK_PATH_CQL='/tmp/mongo-export/splits/' # On Windows this path needs to be windows style since the cypher-shell runs native - note the forward slash # IMPORT_CHUNK_PATH_CQL='C:/Users/dornhoeschen/AppData/Local/Temp/mongo-export/splits/current-chunk.json'