Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-13-2020 12:39 AM
When I want to import the local database in the neo4j desktop, I follow the steps on your website. Open commanding line, input "neo4j-admin help push-to-cloud". It says Unknown subcommand push-to-cloud.
So I give up the commanding line and download the Neo4j Cloud Tool.
I can connect to the remote Graph successfully.
I can check the existing cloud database. I can even query node in Aura.
But when I import the local database or even dump file, it fails again.
I don't know how to fix that.
04-13-2020 08:31 AM
Hi there,
After you install the push-to-cloud
command run this command in the terminal then share the output with us:
bin/neo4j-admin help push-to-cloud
Also, what is the version of Neo4j you are trying to import into Aura? It looks like you may be running Neo4j 4.0 but I want to double check. At this time, Aura is not compatible with Neo4j 4.0, so you'd have to export your data into a 3.5 graph before using push-to-cloud
to import it into Aura.
Cory
04-13-2020 09:42 AM
The version is Neo4j 4.0.
So I create another database. The version is 3.4.17. The push-to-cloud works.
But when I begin to import the local database, it shows these errors.
04-13-2020 09:56 AM
Hi,
push-to-cloud
won't work on an active database, it has to be shutdown first. If it was shutdown then it's likely it was not done so cleanly. Please start the database as a standalone, then shut it down either by running bin/neo4j stop
in the directory where your database is installed, or by using Neo4j Desktop to manage the database and clicking the stop button in the management window.
After the database has stopped cleanly please try the push-to-cloud
again.
Cory
04-13-2020 10:15 AM
I am pretty sure I shut down all the database.
04-13-2020 10:33 AM
Hi,
Let's move this to our support portal where you'll be able to securely upload logs and related materials. Please open a case at https://aura.support.neo4j.com/ and I'll pick it up there.
When you do, please include the following:
neo4j stop
in the console?Cory
04-13-2020 11:56 AM
Thanks for your help.
I use desktop to start and stop it. When I go to commanding line and run "neo4j status", it says the database is stopping even I have started the database in the desktop.
I have opened a case and upload the log file.
When I run a consistency check, commanding line says "Could not find or load main class org.neo4j.consistency.ConsistencyCheckTool"
04-16-2020 02:07 PM
Hi Feng,
My apologies, I gave you instructions for an older version of Neo4j. Newer versions, like the 3.5 series that you're using, has this feature built into neo4j-admin
. The full instructions are in our docs, but the short version is to run:
bin\neo4j-admin check-consistency --database=graph.db
Please try that command then run the import once more. You can reply either here or on your ticket in our support portal if you encounter any other issues.
Thanks,
Cory
04-13-2020 10:26 AM
I also find one thing.
If I go to neo4j database version 3.5 and try to dump the database, it shows neo4j database doesn't exist. Actually, I have already create the database in the neo4j desktop.
04-13-2020 09:45 AM
I also tried the neo4j version 3.5.14, it shows the same errors.
My desktop version is latest.
All the sessions of the conference are now available online