flpgrz
(Filippo Grazioli)
1
Hi all,
I am using neo4j 4.4.1 Community Edition.
When I run neo4-admin import
I get the following error:
Import error: Unable to open store file: /var/lib/neo4j/data/databases/neo4j/neostore
I know this is due to the fact that the database already exists, as explained here:
Now, what can I do? I cannot create new graphs, not delete existing ones from cypher-shell, as I get the following error:
neo4j@neo4j> CREATE DATABASE proto_kg_1;
Unsupported administration command: CREATE DATABASE proto_kg_1
How can import a new graph if the existing one is locked, but I cannot delete it, not create a new one?
zmostowsky
(Zmostowsky)
2
Same issue. How did you solve?