Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions modules/ROOT/pages/backup-restore/aggregate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Consult Neo4j support before use.

[NOTE]
====
The `--from-path=<path>` option can also load backup artifacts from AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--from-path=<path>` option can also load 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).
For more information, see <<aggregate-backup-cloud-storage>>.
====

Expand Down Expand Up @@ -142,7 +142,7 @@ The following examples show how to perform aggregation of a set of backups locat

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -158,7 +158,7 @@ bin/neo4j-admin database aggregate-backup --from-path=s3://myBucket/myDirectory/
----
======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -172,7 +172,7 @@ bin/neo4j-admin database aggregate-backup --from-path=gs://myBucket/myDirectory/
----
======

[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/backup-restore/offline-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The `neo4j-admin database dump` command has the following options:

[NOTE]
====
The `--to-path=<path>` option can also dump databases into AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--to-path=<path>` option can also 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).
For more information, see <<offline-backup-cloud-storage>>.
====

Expand Down Expand Up @@ -129,7 +129,7 @@ The following examples show how to dump a database to a cloud storage bucket usi

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -144,7 +144,7 @@ bin/neo4j-admin database dump mydatabase --to-path=s3://myBucket/myDirectory/
----
======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -157,7 +157,7 @@ bin/neo4j-admin database dump mydatabase --to-path=gs://myBucket/myDirectory/
----
======

[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/backup-restore/online-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ If you want to force a full backup, use `FULL`.

[NOTE]
====
The `--to-path=<path>` option can also back up databases into AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--to-path=<path>` option can also 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).
For more information, see <<online-backup-cloud-storage>>.
====

Expand Down Expand Up @@ -409,7 +409,7 @@ The following examples show how to back up a database to a cloud storage bucket

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -425,7 +425,7 @@ bin/neo4j-admin database backup --to-path=s3://myBucket/myDirectory/ mydatabase

======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -437,7 +437,7 @@ include::partial$/gcs-credentials.adoc[]
bin/neo4j-admin database backup --to-path=gs://myBucket/myDirectory/ mydatabase
----
======
[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/backup-restore/restore-backup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Usage of this option is only allowed if the `--from-path` parameter points to ex

[NOTE]
====
The `--from-path=<path>` option can also load backups from AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--from-path=<path>` option can also load backups from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
For more information, see <<restore-cloud-storage>>.
====

Expand Down Expand Up @@ -233,7 +233,7 @@ The following examples show how to restore a database located in a cloud storage

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -249,7 +249,7 @@ bin/neo4j-admin database restore --from-path=s3://myBucket/myDirectory/myBackup.
----
======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -263,7 +263,7 @@ bin/neo4j-admin database restore --to-path=gs://myBucket/myDirectory/myBackup.ba
----
======

[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/backup-restore/restore-dump.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If `--info` is specified, then the database is not loaded, but information (i.e.

[NOTE]
====
The `--from-path=<path>` option can also load databases from AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--from-path=<path>` option can also 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).
For more information, see <<load-dump-cloud-storage>>.
====

Expand Down Expand Up @@ -166,7 +166,7 @@ The following examples show how to load a database dump located in a cloud stora

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -182,7 +182,7 @@ bin/neo4j-admin database load mydatabase --from-path=s3://myBucket/myDirectory/
----
======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -195,7 +195,7 @@ The example assumes that you have dump artifacts located in the `myBucket/myDire
bin/neo4j-admin database load mydatabase --from-path=gs://myBucket/myDirectory/ --overwrite-destination=true
----
======
[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ For example, `nodes 0-nodes.csv -- mydatabase`.
[NOTE]
.Importing from a cloud storage
====
The `--nodes` and `--relationships` options can also import files from AWS S3 buckets (from Neo4j 5.19) and Google Cloud storage buckets (from Neo4j 5.21).
The `--nodes` and `--relationships` options can also import files from AWS S3 buckets (from Neo4j 5.19), Google Cloud storage buckets (from Neo4j 5.21), and Azure buckets (from Neo4j 5.24).
For more information, see <<import-files-from-cloud-storage>>.
====

Expand Down Expand Up @@ -491,7 +491,7 @@ The following examples show how to import data stored in a cloud storage bucket

[.tabbed-example]
=====
[.include-with-AWS-S3]
[role=include-with-AWS-S3 label--new-5.19]
======

include::partial$/aws-s3-overrides.adoc[]
Expand All @@ -507,7 +507,7 @@ bin/neo4j-admin database import full --nodes s3://myBucket/data/nodes.csv --rela
----
======

[.include-with-Google-cloud-storage]
[role=include-with-Google-cloud-storage label--new-5.21]
======

include::partial$/gcs-credentials.adoc[]
Expand All @@ -521,7 +521,7 @@ bin/neo4j-admin database import full --nodes gs://myBucket/data/nodes.csv --rela
----
======

[.include-with-Azure-cloud-storage]
[role=include-with-Azure-cloud-storage label--new-5.24]
======

include::partial$/azb-credentials.adoc[]
Expand Down