cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Aura Push to Cloud Tool Import error

andy_hegedus
Graph Fellow

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

2 REPLIES 2

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

andy_hegedus
Graph Fellow

Hi Cory,

Thank I got it to work.

Andy