diff --git a/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env b/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env index c61bb0c15..16220f3e6 100644 --- a/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env +++ b/deployment/legacy-migration/maintenance-worker/migration/neo4j/.env @@ -9,7 +9,7 @@ IMPORT_CHUNK_PATH='/tmp/mongo-export/splits/' 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' +# IMPORT_CHUNK_PATH_CQL='C:/Users/dornhoeschen/AppData/Local/Temp/mongo-export/splits/' IMPORT_CYPHERSHELL_BIN='cypher-shell' # On Windows use something like this