Aura 3.5 dump then install locally

Hi there, what's the process to import an aura database to a local database?

Hi, Anthony! You can use either an APOC procedure or Cypher shell in order to stream the data and then load that data into a local instance.

APOC: apoc.export.json.data - APOC Extended Documentation
Cypher Shell: https://aura.support.neo4j.com/hc/en-us/articles/360037063854-How-do-I-authenticate-with-cypher-shell-without-specifying-the-username-and-password-on-the-command-line

Hope this helps!

Cheers,
Jennifer