Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-09-2020 09:31 AM
Hi Attempting to start using Aura for my startup project.
I have a local database that I would like to push to cloud for testing.
Using the cloud push tool
Step 1 works
bin/neo4j-admin help push-to-cloud
returns the instructions/help
bin/neo4j-admin push-to-cloud --bolt-uri --database graph.db
bolt: No such file or directory
Am I supposed to specify this and if so where do I find it?
Andy
03-09-2020 01:52 PM
Hi Andy,
The --bolt-uri
command line option should be the bolt+routing
URI for your Aura database. You can check the URI in your list of databases in Aura.
So your entire command should be something like:
bin/neo4j-admin push-to-cloud --bolt-uri bolt+routing://abcd1234.databases.neo4j.io --database graph.db
Cory
03-10-2020 10:46 AM
Hi Cory,
Thank I got it to work.
Andy
All the sessions of the conference are now available online