Skip to content
Merged
Changes from all 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
10 changes: 7 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 @@ -4,6 +4,12 @@
= Push to cloud

The `neo4j-admin push-to-cloud` command uploads a database or a dump into a Neo4j Aura instance. +

[NOTE]
====
To upload a 4.3 database in Aura, it is highly recommended to first upgrade it to 4.4 and then use the `neo4j-admin push-to-cloud command`.
====

The following table shows the compatibility between the dump version that you want to upload and the version of the Neo4j Aura instance.

[options="header" cols="50%, 50%"]
Expand All @@ -12,10 +18,8 @@ The following table shows the compatibility between the dump version that you wa
| Aura version

| v4.3
| v4 and v5

| v4.2, v4.1, v4.0, and v3.5
| v4

|===


Expand Down