Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main remove admin version #345

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions modules/ROOT/partials/import-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,29 @@ Once this has finished, the instance returns to its `Running` state; and the dat

[CAUTION]
====
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.
This command does 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.
`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.
Keep in mind that the database you want to upload may run a different version of Neo4j than your Aura instance.

For details of how to use the `neo4j-admin database upload` command, along with a full list of options, see link:{neo4j-docs-base-uri}/operations-manual/current/tools/neo4j-admin/upload-to-aura/[Upload to Neo4j Aura].
For details of how to use the `neo4j-admin database upload` command, along with a full list of options and version compatibility, see link:{neo4j-docs-base-uri}/operations-manual/current/tools/neo4j-admin/upload-to-aura/[Upload to Neo4j Aura].

[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].
The `database upload` command, introduced in Neo4j 5, replaces the `push-to-cloud` command in Neo4j 4.4 and 4.3.
If the database you want to upload is running an earlier version of Neo4j, please see the link:{neo4j-docs-base-uri}/operations-manual/4.4/tools/neo4j-admin/push-to-cloud/[Neo4j Admin push-to-cloud documentation].
====

[CAUTION]
====
The `neo4j-admin push-to-cloud` command in Neo4j Admin version 4.4 and earlier is not compatible with instances encrypted with xref:platform/security.adoc#_customer_managed_keys[Customer Managed Keys].
Use `neo4j-admin database` upload in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys.
The `neo4j-admin push-to-cloud` command in Neo4j 4.4 and earlier is not compatible with instances encrypted with xref:platform/security.adoc#_customer_managed_keys[Customer Managed Keys].
Use `neo4j-admin database` upload in Neo4j 5 to upload data to instances encrypted with Customer Managed Keys.
====

=== Public traffic
If you have created a network access configuration from the *Network Access* page, accessed through the sidebar menu of the Console,
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:
Expand Down
Loading