We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e0f71 commit fa67261Copy full SHA for fa67261
1 file changed
modules/ROOT/pages/database-administration/standard-databases/upload-to-aura.adoc
@@ -7,16 +7,24 @@
7
The `neo4j-admin database upload` command uploads a local Neo4j database dump or backup file into a Neo4j Aura instance.
8
The following table shows the compatibility between the dump/backup version that you want to upload and the version of the Neo4j Aura instance.
9
10
+[CAUTION]
11
+====
12
+The minimum version of self-managed Neo4j to upload to Aura is 5.26 LTS.
13
14
+
15
[options="header" cols="50%, 50%"]
16
|===
17
| Dump/Backup version
18
| Aura version
19
-| 5.x
-| 5.latest
20
+| 5.26 LTS
21
+| 2026.latest
22
23
+| 2025.x
24
25
-| 4.4
-| 4 and 5.latest
26
+| 2026.x
27
28
29
30
[NOTE]
0 commit comments