Skip to content

Commit

Permalink
Update upload private linking admonition (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWoulfeNeo4j authored Jan 9, 2024
1 parent b9e600f commit 66d6446
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions modules/ROOT/partials/import-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Once this has finished, the instance returns to its `Running` state; and the dat

[CAUTION]
====
This command does not currently support xref:platform/security.adoc#_vpc_isolation[private linking]. 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.
This command will not work if you have a network access configuration setup that prevents public traffic to the region your instance is hosted in.
See <<_public_traffic>> below for more information.
====

`database upload` is a Neo4j Admin command that you can run to upload the contents of a Neo4j database into an Aura instance, regardless of the database's size.
Expand All @@ -32,4 +33,16 @@ For details of how to use the `neo4j-admin database upload` command, along with
[NOTE]
====
The `database upload` command was introduced in Neo4j Admin version 5, replacing the `push-to-cloud` command that was present in Neo4j Admin version 4.4 and earlier. If you have an earlier version of the Neo4j Admin tool, please see the link:{neo4j-docs-base-uri}/operations-manual/4.4/tools/neo4j-admin/push-to-cloud/[Neo4j Admin push-to-cloud documentation].
====
====

=== Public traffic
If you have created a network access configuration from the *Network access* page, accessed through the sidebar menu of the Console,
*Public traffic* must be enabled for the region your instance is hosted in before you can use the `database upload` command on that instance.

To enable *Public traffic* on a network access configuration:

. Select *Configure* next to the region that has *Public traffic* disabled.
. Select *Next* until you reach step 4 of 4 in the resulting *Edit network access configuration* modal.
. Clear the *Disable public traffic* checkbox and select *Save*.

You can now use the `database upload` command on the instances within that region. Once the command has completed, you can disable *Public traffic* again by following the same steps and re-selecting the *Disable public traffic* checkbox.

0 comments on commit 66d6446

Please sign in to comment.