Neo4j install issue

Hello,
I am new to neo4j, I have faced an issue while installing neo4j into a kali machine
I have done the following:
--followed the steps listed in Debian-based distributions (.deb) - Operations Manual
--created a free aura account for the database
--followed the steps in the IMPORT tab
--when I ran the following "sudo -u neo4j neo4j-admin push-to-cloud --bolt-uri --database --overwrite" it throws an exception

java.lang.IllegalArgumentException: File system element for parameter 'file' does not exist: '/var/lib/neo4j/data/databases/neo4j'
at org.apache.commons.io.FileUtils.requireExists(FileUtils.java:2700)
at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2821)
at org.neo4j.pushtocloud.PushToCloudCommand.fullSize(PushToCloudCommand.java:300)

--checked the path, however there was nothing inside .../data/database

did I miss something? I have reinstalled everything still same issue happened.

1 Like