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???
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.