From 80462aac8883db60d6cf952b1eb9f0cb85c8bfdf Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Mon, 21 Oct 2024 15:43:29 +0200 Subject: [PATCH 1/2] Update the compatibility table of the dump and Aura versions --- modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 eb5459d25..8f7d76710 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc @@ -4,6 +4,7 @@ = Push to cloud The `neo4j-admin push-to-cloud` command uploads a database or a dump into a Neo4j Aura instance. + + 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%"] @@ -12,10 +13,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 + |=== From e4657e1fb012d755f303f092a7d06fb3317211b7 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:00:33 +0300 Subject: [PATCH 2/2] Update push-to-cloud.adoc add recommendation --- modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc | 5 +++++ 1 file changed, 5 insertions(+) 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 8f7d76710..8ecdf74be 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/push-to-cloud.adoc @@ -5,6 +5,11 @@ 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%"]