Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-09-2021 10:31 PM
Hi I am trying to dump my database from one PC(windows) to another PC(windows),. However, I cannot find the dump button out of three dots.
And I have tried another approach which coding : .\bin\neo4j-admin.bat dump --database=graph.db --to=c:\desklop in -terminal window. However, it seems load successfully
Solved! Go to Solution.
05-11-2021 10:56 AM
The "database name" showed above is actually the name of the DBMS, the DataBases Management System, not the name of the database itself.
If you open Neo4j Browser, use the very top tab to see your databases list. From there you can select the load database and see what's in there.
1 - Does it exists?
2 - If yes, is it empty?
05-09-2021 11:29 PM
Hello @lightningthu , welcome back to the community
After typing the load command you must create the database named load in your case.
CREATE DATABASE load
Your data will be in the created database, yeah I know it's not intuitive at all but I didn't design the load tool.
I can't confirm it, but I read that the dump button is for Linux/Mac OS X only for now.
05-10-2021 06:20 PM
I am always with you! Actually I have created a new database with the same version name 'load', and I also tried to run again create database load in it ( however I think it is meaning less) . I stopped database and re-run the load code, still nothing has been created. plz see the screenshot
05-11-2021 10:56 AM
The "database name" showed above is actually the name of the DBMS, the DataBases Management System, not the name of the database itself.
If you open Neo4j Browser, use the very top tab to see your databases list. From there you can select the load database and see what's in there.
1 - Does it exists?
2 - If yes, is it empty?
05-11-2021 08:13 PM
You are god dxxm right! Now everything is working well, and thank you very much for the help!
All the sessions of the conference are now available online