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.
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.
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.
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.
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.
But when I run the same command in neo4j 4.0, it works successfully.
If I use Aura to import dump file which exported by neo4j 4.0, it says it is not a dump file.
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:
The neo4j logs from the 3.5.14 database (zipping the entire log folder and uploading the zip file is best).
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"
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:
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.