diff --git a/modules/ROOT/partials/import-database.adoc b/modules/ROOT/partials/import-database.adoc index d8ef8b478..afac46115 100644 --- a/modules/ROOT/partials/import-database.adoc +++ b/modules/ROOT/partials/import-database.adoc @@ -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. @@ -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]. -==== \ No newline at end of file +==== + +=== 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. \ No newline at end of file