Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-31-2021 02:57 AM
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.
01-31-2021 05:57 AM
how was the copy performed ???? did you simply copy files using cp
or did you use bin/neo4j-admin dump
or
02-02-2021 02:09 AM
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.
02-03-2021 07:46 AM
neo4j-admin load --from=<file.dmp> --database= --force
Please see if this command works.
Sameer
All the sessions of the conference are now available online