Skip to content

Commit e5e962f

Browse files
committed
Add introduced label
1 parent 57f8312 commit e5e962f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ SHOW DATABASE foo;
468468
=== Seed from URI
469469

470470
This method seeds all servers with an identical seed from an external source, specified by the URI.
471-
The seed can either be a full backup, a differential backup (xref:clustering/databases.adoc#cloud-seed-provider[`CloudSeedProvider`] only), or dump from an existing database.
471+
The seed can either be a full backup, a differential backup (xref:clustering/databases.adoc#cloud-seed-provider[`CloudSeedProvider`] only label:new[introduced in 5.26]), or dump from an existing database.
472472
The sources of seeds are called _seed providers_.
473473

474474
The mechanism is pluggable, allowing new sources of seeds to be supported (see link:https://www.neo4j.com/docs/java-reference/current/extending-neo4j/project-setup/#extending-neo4j-plugin-seed-provider[Java Reference -> Implement custom seed providers] for more information).
@@ -527,7 +527,7 @@ label:new[Introduced in 5.25], the `CloudSeedProvider` supports:
527527
** `gs:`
528528
** `azb:`
529529

530-
The `CloudSeedProvider` also supports xref:backup-restore/modes.adoc#differential-backup[differential backup] files as seeds.
530+
label:new[Introduced in 5.26], the `CloudSeedProvider` supports xref:backup-restore/modes.adoc#differential-backup[differential backup] files as seeds.
531531
When a differential backup file is provided the `CloudSeedProvider` tries to find in the differential backup file's folder a xref:backup-restore/online-backup.adoc#backup-chain[backup chain] ending at the specified differential backup, then seeds using this backup chain.
532532

533533
[.tabbed-example]

0 commit comments

Comments
 (0)