From 50a0b54baadda464b419b691dba0089e291e801e Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:59:19 +0200 Subject: [PATCH] Add version labels to the COSI sections (#1844) --- modules/ROOT/pages/backup-restore/aggregate.adoc | 8 ++++---- modules/ROOT/pages/backup-restore/offline-backup.adoc | 8 ++++---- modules/ROOT/pages/backup-restore/online-backup.adoc | 8 ++++---- modules/ROOT/pages/backup-restore/restore-backup.adoc | 8 ++++---- modules/ROOT/pages/backup-restore/restore-dump.adoc | 8 ++++---- .../ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/ROOT/pages/backup-restore/aggregate.adoc b/modules/ROOT/pages/backup-restore/aggregate.adoc index a06bbb416..d2263841b 100644 --- a/modules/ROOT/pages/backup-restore/aggregate.adoc +++ b/modules/ROOT/pages/backup-restore/aggregate.adoc @@ -100,7 +100,7 @@ Consult Neo4j support before use. [NOTE] ==== -The `--from-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=` 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 <>. ==== @@ -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[] @@ -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[] @@ -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[] diff --git a/modules/ROOT/pages/backup-restore/offline-backup.adoc b/modules/ROOT/pages/backup-restore/offline-backup.adoc index e663d535e..dcf8877ce 100644 --- a/modules/ROOT/pages/backup-restore/offline-backup.adoc +++ b/modules/ROOT/pages/backup-restore/offline-backup.adoc @@ -95,7 +95,7 @@ The `neo4j-admin database dump` command has the following options: [NOTE] ==== -The `--to-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=` 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 <>. ==== @@ -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[] @@ -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[] @@ -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[] diff --git a/modules/ROOT/pages/backup-restore/online-backup.adoc b/modules/ROOT/pages/backup-restore/online-backup.adoc index 355efb7eb..4a8ddf4ba 100644 --- a/modules/ROOT/pages/backup-restore/online-backup.adoc +++ b/modules/ROOT/pages/backup-restore/online-backup.adoc @@ -190,7 +190,7 @@ If you want to force a full backup, use `FULL`. [NOTE] ==== -The `--to-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=` 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 <>. ==== @@ -408,7 +408,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[] @@ -424,7 +424,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[] @@ -436,7 +436,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[] diff --git a/modules/ROOT/pages/backup-restore/restore-backup.adoc b/modules/ROOT/pages/backup-restore/restore-backup.adoc index c5df8e604..5a94eb646 100644 --- a/modules/ROOT/pages/backup-restore/restore-backup.adoc +++ b/modules/ROOT/pages/backup-restore/restore-backup.adoc @@ -124,7 +124,7 @@ Usage of this option is only allowed if the `--from-path` parameter points to ex [NOTE] ==== -The `--from-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=` 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 <>. ==== @@ -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[] @@ -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[] @@ -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[] diff --git a/modules/ROOT/pages/backup-restore/restore-dump.adoc b/modules/ROOT/pages/backup-restore/restore-dump.adoc index f4e675f22..dbb1a16ff 100644 --- a/modules/ROOT/pages/backup-restore/restore-dump.adoc +++ b/modules/ROOT/pages/backup-restore/restore-dump.adoc @@ -102,7 +102,7 @@ If `--info` is specified, then the database is not loaded, but information (i.e. [NOTE] ==== -The `--from-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=` 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 <>. ==== @@ -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[] @@ -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[] @@ -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[] diff --git a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc index 32ecc2d3e..f19fe7855 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc @@ -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 <>. ==== @@ -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[] @@ -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[] @@ -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[]