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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The following table shows the compatibility between the dump version that you wa
8
8
9
9
[options="header" cols="50%, 50%"]
10
10
|===
11
-
| Dump version
11
+
| Dump version
12
12
| Aura version
13
13
14
14
| v4.3
@@ -104,7 +104,7 @@ The `push-to-cloud` function cannot be used with a source database that is curre
104
104
[CAUTION]
105
105
====
106
106
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].
107
-
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
107
+
Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
108
108
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
109
109
====
110
110
@@ -131,6 +131,12 @@ You should use the `--overwrite` option to overwrite the target database.
131
131
Otherwise, the command aborts and throws an error.
132
132
====
133
133
134
+
[CAUTION]
135
+
====
136
+
This command does not currently support https://neo4j.com/docs/aura/platform/security/secure-connections/#_vpc_isolation[private linking].
137
+
Please https://aura.support.neo4j.com/hc/en-us/requests/new[raise a support ticket] if you have public traffic disabled and need to use this command.
0 commit comments