diff --git a/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc b/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc index b6b67475f..2b2a1ca3a 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc @@ -27,6 +27,23 @@ The following table shows the compatibility between the dump version that you wa This operation is secured and TLS encrypted end to end. ==== +== Prerequisites + +Before you can use the `neo4j-admin push-to-cloud` command, you must meet the following prerequisites: + +* Verify that your Neo4j Aura instance is running. +* Verify that your Neo4j Aura instance is accessible from the machine running `neo4j-admin`. +Otherwise, the upload will fail with SSL errors. +* Verify that your local database is stopped. +You cannot run the `push-to-cloud` command against a source database that is currently in use. + +[CAUTION] +==== +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]. +Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys. +For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload]. +==== + == Syntax ---- @@ -98,20 +115,6 @@ Overwrite the data in the target database. Enable verbose output. |=== -== Limitations - -* A Neo4j Aura database must already be provisioned and running. -* Your local database must be stopped before you run the `push-to-cloud` command with the `--database` argument. -The `push-to-cloud` function cannot be used with a source database that is currently in use. - -[CAUTION] -==== -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]. -Use `neo4j-admin database upload` in Neo4j Admin version 5 to upload data to instances encrypted with Customer Managed Keys. -For more information see link:{neo4j-docs-base-uri}/aura/auradb/importing/import-database[Neo4j Admin database upload]. -==== - - == Output If the `push-to-cloud` function completes successfully, it exits with the following logline: