Skip to content

Commit 319ca61

Browse files
Update descriptions adding info about COSI
1 parent b5f5d93 commit 319ca61

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

modules/ROOT/pages/backup-restore/aggregate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Aggregates a chain of backup artifacts into a single artifact.
7171
|Accepts either a path to a single artifact file or a folder containing backup artifacts.
7272

7373
When a file is supplied, the _<database>_ parameter should be omitted.
74-
The option to supply a file is only available from Neo4j 5.2 onwards.
74+
It is possible to aggregate backup artifacts from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
7575
|
7676

7777
|-h, --help

modules/ROOT/pages/backup-restore/offline-backup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The `neo4j-admin database dump` command has the following options:
8282

8383
|--to-path=<path>
8484
|Destination folder of a database dump.
85+
It is possible to dump databases into AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
8586
|
8687

8788
|--to-stdout

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Note: this is an EXPERIMENTAL option. Consult Neo4j support before use.
174174
|
175175

176176
|--to-path=<path>
177-
|Directory to place backup in (required unless `--inspect-path` is used).
177+
|Directory to place backup in (required unless `--inspect-path` is used). It is possible to back up databases into AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from 5.24).
178178
|
179179

180180
|--type=<type>

modules/ROOT/pages/backup-restore/restore-backup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ neo4j-admin database restore [-h] [--expand-commands]
7979
|--from-path=<path>[,<path>...]
8080
|A single path or a comma-separated list of paths pointing to a backup artifact file.
8181
An artifact file can be 1) a full backup, in which case it is restored directly or, 2) a differential backup, in which case the command tries first to find in the folder a backup chain ending at that specific differential backup and then restores that chain.
82+
It is possible to restore backups from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
8283
|
8384

8485
|-h, --help

modules/ROOT/pages/backup-restore/restore-dump.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ If `--info` is specified, then the database is not loaded, but information (i.e.
7777

7878
|--from-path=<path>
7979
|Path to directory containing archive(s).
80+
It is possible to load databases from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
8081
|
8182

8283
|--from-stdin

0 commit comments

Comments
 (0)