Skip to content

Commit

Permalink
apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Jun 11, 2024
1 parent aa2707b commit 594f971
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 594f971

Please sign in to comment.