Skip to content

Commit 118a45c

Browse files
Add version labels to the COSI sections
1 parent a3fa3b6 commit 118a45c

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Consult Neo4j support before use.
100100

101101
[NOTE]
102102
====
103-
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).
103+
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).
104104
For more information, see <<aggregate-backup-cloud-storage>>.
105105
====
106106

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

143143
[.tabbed-example]
144144
=====
145-
[.include-with-AWS-S3]
145+
[role=include-with-AWS-S3 label--new-5.19]
146146
======
147147

148148
include::partial$/aws-s3-overrides.adoc[]
@@ -158,7 +158,7 @@ bin/neo4j-admin database aggregate-backup --from-path=s3://myBucket/myDirectory/
158158
----
159159
======
160160
161-
[.include-with-Google-cloud-storage]
161+
[role=include-with-Google-cloud-storage label--new-5.21]
162162
======
163163

164164
include::partial$/gcs-credentials.adoc[]
@@ -172,7 +172,7 @@ bin/neo4j-admin database aggregate-backup --from-path=gs://myBucket/myDirectory/
172172
----
173173
======
174174
175-
[.include-with-Azure-cloud-storage]
175+
[role=include-with-Azure-cloud-storage label--new-5.24]
176176
======
177177

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The `neo4j-admin database dump` command has the following options:
9595

9696
[NOTE]
9797
====
98-
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).
98+
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).
9999
For more information, see <<offline-backup-cloud-storage>>.
100100
====
101101

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

130130
[.tabbed-example]
131131
=====
132-
[.include-with-AWS-S3]
132+
[role=include-with-AWS-S3 label--new-5.19]
133133
======
134134

135135
include::partial$/aws-s3-overrides.adoc[]
@@ -144,7 +144,7 @@ bin/neo4j-admin database dump mydatabase --to-path=s3://myBucket/myDirectory/
144144
----
145145
======
146146
147-
[.include-with-Google-cloud-storage]
147+
[role=include-with-Google-cloud-storage label--new-5.21]
148148
======
149149

150150
include::partial$/gcs-credentials.adoc[]
@@ -157,7 +157,7 @@ bin/neo4j-admin database dump mydatabase --to-path=gs://myBucket/myDirectory/
157157
----
158158
======
159159
160-
[.include-with-Azure-cloud-storage]
160+
[role=include-with-Azure-cloud-storage label--new-5.24]
161161
======
162162

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ If you want to force a full backup, use `FULL`.
190190

191191
[NOTE]
192192
====
193-
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).
193+
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).
194194
For more information, see <<online-backup-cloud-storage>>.
195195
====
196196

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

410410
[.tabbed-example]
411411
=====
412-
[.include-with-AWS-S3]
412+
[role=include-with-AWS-S3 label--new-5.19]
413413
======
414414

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

426426
======
427427
428-
[.include-with-Google-cloud-storage]
428+
[role=include-with-Google-cloud-storage label--new-5.21]
429429
======
430430

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Usage of this option is only allowed if the `--from-path` parameter points to ex
124124

125125
[NOTE]
126126
====
127-
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).
127+
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).
128128
For more information, see <<restore-cloud-storage>>.
129129
====
130130

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

234234
[.tabbed-example]
235235
=====
236-
[.include-with-AWS-S3]
236+
[role=include-with-AWS-S3 label--new-5.19]
237237
======
238238

239239
include::partial$/aws-s3-overrides.adoc[]
@@ -249,7 +249,7 @@ bin/neo4j-admin database restore --from-path=s3://myBucket/myDirectory/myBackup.
249249
----
250250
======
251251
252-
[.include-with-Google-cloud-storage]
252+
[role=include-with-Google-cloud-storage label--new-5.21]
253253
======
254254

255255
include::partial$/gcs-credentials.adoc[]
@@ -263,7 +263,7 @@ bin/neo4j-admin database restore --to-path=gs://myBucket/myDirectory/myBackup.ba
263263
----
264264
======
265265
266-
[.include-with-Azure-cloud-storage]
266+
[role=include-with-Azure-cloud-storage label--new-5.24]
267267
======
268268

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If `--info` is specified, then the database is not loaded, but information (i.e.
102102

103103
[NOTE]
104104
====
105-
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).
105+
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).
106106
For more information, see <<load-dump-cloud-storage>>.
107107
====
108108

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

167167
[.tabbed-example]
168168
=====
169-
[.include-with-AWS-S3]
169+
[role=include-with-AWS-S3 label--new-5.19]
170170
======
171171

172172
include::partial$/aws-s3-overrides.adoc[]
@@ -182,7 +182,7 @@ bin/neo4j-admin database load mydatabase --from-path=s3://myBucket/myDirectory/
182182
----
183183
======
184184
185-
[.include-with-Google-cloud-storage]
185+
[role=include-with-Google-cloud-storage label--new-5.21]
186186
======
187187

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

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

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ For example, `nodes 0-nodes.csv -- mydatabase`.
391391
[NOTE]
392392
.Importing from a cloud storage
393393
====
394-
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).
394+
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).
395395
For more information, see <<import-files-from-cloud-storage>>.
396396
====
397397

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

492492
[.tabbed-example]
493493
=====
494-
[.include-with-AWS-S3]
494+
[role=include-with-AWS-S3 label--new-5.19]
495495
======
496496

497497
include::partial$/aws-s3-overrides.adoc[]
@@ -507,7 +507,7 @@ bin/neo4j-admin database import full --nodes s3://myBucket/data/nodes.csv --rela
507507
----
508508
======
509509
510-
[.include-with-Google-cloud-storage]
510+
[role=include-with-Google-cloud-storage label--new-5.21]
511511
======
512512

513513
include::partial$/gcs-credentials.adoc[]
@@ -521,7 +521,7 @@ bin/neo4j-admin database import full --nodes gs://myBucket/data/nodes.csv --rela
521521
----
522522
======
523523
524-
[.include-with-Azure-cloud-storage]
524+
[role=include-with-Azure-cloud-storage label--new-5.24]
525525
======
526526

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

0 commit comments

Comments
 (0)