Skip to content

Commit 2ba0d35

Browse files
add info that backup file can also be uploaded to aura (#1759)
1 parent 1b4b02b commit 2ba0d35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/ROOT/pages/tools/neo4j-admin/upload-to-aura.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
[[neo4j-admin-upload-to-aura]]
55
= Upload to Neo4j Aura
66

7-
The `neo4j-admin database upload` command uploads a local Neo4j database dump into a Neo4j Aura instance. +
8-
The following table shows the compatibility between the dump version that you want to upload and the version of the Neo4j Aura instance.
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.
99

1010
[options="header" cols="50%, 50%"]
1111
|===
12-
| Dump version
12+
| Dump/Backup version
1313
| Aura version
1414

1515
| 5.x
@@ -61,7 +61,7 @@ If Neo4j Cloud username and password are not provided either as a command option
6161
| Description
6262

6363
|<database>
64-
|Name of the database that should be uploaded. The name is used to select a dump file which is expected to be named <database>.dump.
64+
|Name of the database that should be uploaded. The name is used to select a file which is expected to be named <database>.dump or <database>.backup.
6565
|===
6666

6767
=== Options
@@ -84,7 +84,7 @@ The `neo4j-admin database upload` command has the following options:
8484
|
8585

8686
|--from-path=<path>
87-
|_/path/to/directory-containing-dump_ Path to a directory containing a database dump to upload.
87+
|_/path/to/directory-containing-dump-or-backup_ Path to a directory containing a database dump or backup file to upload.
8888
|
8989

9090
|-h, --help

0 commit comments

Comments
 (0)