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 6f3ed9dd2..2b2a1ca3a 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc @@ -29,10 +29,12 @@ This operation is secured and TLS encrypted end to end. == Prerequisites -* The Neo4j Aura instance must already be provisioned and running. -* The Neo4j Aura instance must be accessible from the machine running `neo4j-admin`. +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. -* Your local database must be stopped before you run the `push-to-cloud` command with the `--database` argument. +* 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]