Skip to content

Commit b305b92

Browse files
Aura instance must be accessible from the machine running neo4j-admin (neo4j#1664)
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 9c845c2 commit b305b92

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@ The following table shows the compatibility between the dump version that you wa
2727
This operation is secured and TLS encrypted end to end.
2828
====
2929

30+
== Prerequisites
31+
32+
Before you can use the `neo4j-admin push-to-cloud` command, you must meet the following prerequisites:
33+
34+
* Verify that your Neo4j Aura instance is running.
35+
* Verify that your Neo4j Aura instance is accessible from the machine running `neo4j-admin`.
36+
Otherwise, the upload will fail with SSL errors.
37+
* Verify that your local database is stopped.
38+
You cannot run the `push-to-cloud` command against a source database that is currently in use.
39+
40+
[CAUTION]
41+
====
42+
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].
43+
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
44+
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
45+
====
46+
3047
== Syntax
3148

3249
----
@@ -98,20 +115,6 @@ Overwrite the data in the target database.
98115
Enable verbose output.
99116
|===
100117

101-
== Limitations
102-
103-
* A Neo4j Aura database must already be provisioned and running.
104-
* Your local database must be stopped before you run the `push-to-cloud` command with the `--database` argument.
105-
The `push-to-cloud` function cannot be used with a source database that is currently in use.
106-
107-
[CAUTION]
108-
====
109-
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].
110-
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
111-
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
112-
====
113-
114-
115118
== Output
116119

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

0 commit comments

Comments
 (0)