Skip to content

Commit a409dda

Browse files
authored
Add a note that push to cloud does not support private linking (#1718)
Copied from #1713
1 parent 30a7540 commit a409dda

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following table shows the compatibility between the dump version that you wa
88

99
[options="header" cols="50%, 50%"]
1010
|===
11-
| Dump version
11+
| Dump version
1212
| Aura version
1313

1414
| v4.3
@@ -104,7 +104,7 @@ The `push-to-cloud` function cannot be used with a source database that is curre
104104
[CAUTION]
105105
====
106106
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.
108108
For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload].
109109
====
110110

@@ -131,6 +131,12 @@ You should use the `--overwrite` option to overwrite the target database.
131131
Otherwise, the command aborts and throws an error.
132132
====
133133

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.
138+
====
139+
134140
.Upload a database dump to a Neo4j Aura instance
135141
[source, shell,role=nocopy]
136142
----

0 commit comments

Comments
 (0)