Skip to content

Commit

Permalink
Aura instance must be accessible from the machine running `neo4j-admi…
Browse files Browse the repository at this point in the history
…n` (#1664)

Co-authored-by: NataliaIvakina <[email protected]>
  • Loading branch information
renetapopova and NataliaIvakina authored Jun 11, 2024
1 parent 9c845c2 commit b305b92
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@ The following table shows the compatibility between the dump version that you wa
This operation is secured and TLS encrypted end to end.
====

== Prerequisites

Before you can use the `neo4j-admin push-to-cloud` command, you must meet the following prerequisites:

* Verify that your Neo4j Aura instance is running.
* Verify that your Neo4j Aura instance is accessible from the machine running `neo4j-admin`.
Otherwise, the upload will fail with SSL errors.
* Verify that your local database is stopped.
You cannot run the `push-to-cloud` command against a source database that is currently in use.

[CAUTION]
====
The `neo4j-admin push-to-cloud` command is not compatible with instances encrypted with link:{neo4j-docs-base-uri}/aura/platform/security/#_customer_managed_keys[Customer Managed Keys].
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
====

== Syntax

----
Expand Down Expand Up @@ -98,20 +115,6 @@ Overwrite the data in the target database.
Enable verbose output.
|===

== Limitations

* A Neo4j Aura database must already be provisioned and running.
* Your local database must be stopped before you run the `push-to-cloud` command with the `--database` argument.
The `push-to-cloud` function cannot be used with a source database that is currently in use.

[CAUTION]
====
The `neo4j-admin push-to-cloud` command is not compatible with instances encrypted with link:{neo4j-docs-base-uri}/aura/platform/security/#_customer_managed_keys[Customer Managed Keys].
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
====


== Output

If the `push-to-cloud` function completes successfully, it exits with the following logline:
Expand Down

0 comments on commit b305b92

Please sign in to comment.