You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,23 @@ The following table shows the compatibility between the dump version that you wa
27
27
This operation is secured and TLS encrypted end to end.
28
28
====
29
29
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
+
30
47
== Syntax
31
48
32
49
----
@@ -98,20 +115,6 @@ Overwrite the data in the target database.
98
115
Enable verbose output.
99
116
|===
100
117
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
-
115
118
== Output
116
119
117
120
If the `push-to-cloud` function completes successfully, it exits with the following logline:
0 commit comments