Neo4j data

Hello everyone,

I have been working with Neo4j database in a Linux server for some time. Then we had to perform a network change for the server but I forgot to stop the database. After the network change, even though I opened the ports for Neo4j (7474, 7687 and 7473) and neo4j is running in the server I cannot access it.

Then I just copied the database into my local machine and I started it there. I saw that there is not data in my database anymore. Does anybody know what might be the problem???

Thank you in advance.

  1. What version of Neo4j?
  2. 'Then I just copied the database into my local machine and I started it there. I saw that there is not data in my database anymore. ` ???

how was the copy performed ???? did you simply copy files using cp or did you use bin/neo4j-admin dump or

1- Neo4j version is 3.5.23
2- I have just copied all the files of the database with scp from my server. Then I just started the database based on the files that I had copied from the server and I could not see the data that I had them stored in the server.

neo4j-admin load --from=<file.dmp> --database= --force
Please see if this command works.
Sameer