Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-01-2021 12:19 PM
Hey everyone, I've been wanting to import a database dump from another laptop and forever reason the dataset is completely off...
the labels are not all there and the node and relationship count are not the same.
I do have another database in the same DBMS and it seems to be recreating that other database instead of the one I want.
I have double and triple check that I clicked on the correct database to dump but it's still importing inaccurately.
Anyone else having the same issues?
Solved! Go to Solution.
09-02-2021 11:01 PM
4, Once it's done, run this script
bin/neo4j-admin load --from=data/dumps/xyz.dump --database=xuzz --force
5. After completion, start the server and open the browser
6. From database dropdown select 'System' database
7. Run this: CREATE DATABASE xyzz
8. Run SHOW DATABASES
9. Check to see if the database XYZZ has 'online' status under requestedStatus column
10. Finally, select xyzzy database from dropdown.
09-01-2021 12:59 PM
Can you walk us through the steps you are doing?
09-01-2021 01:02 PM
Hey Michael,
Here are my steps as best as I can describe them:
also, I even tried loading the dump to the same DBMS and even that didn't replicate the database accurately.
any help would be greatly appreciated!
09-02-2021 11:01 PM
4, Once it's done, run this script
bin/neo4j-admin load --from=data/dumps/xyz.dump --database=xuzz --force
5. After completion, start the server and open the browser
6. From database dropdown select 'System' database
7. Run this: CREATE DATABASE xyzz
8. Run SHOW DATABASES
9. Check to see if the database XYZZ has 'online' status under requestedStatus column
10. Finally, select xyzzy database from dropdown.
09-03-2021 05:39 AM
Worked like a charm! Thanks!
Now I just need to somehow move the dump file between the devices and used the second command on the computer to load it
09-03-2021 09:55 AM
Good to know that it's working. Yes, you can copy that dump file and make sure that you insert into data/dumps folder in the other machine..
09-05-2021 11:03 AM
yep, working beautifully.
All the sessions of the conference are now available online