Skip to content

Commit 060df4d

Browse files
Add labels 'Introduced in 2025.01'
1 parent 9d9f44b commit 060df4d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,10 @@ CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 'azb://myStorageAcco
576576
======
577577
=====
578578

579-
The `CloudSeedProvider` supports seeding up to a specific date or transaction ID using the `seedRestoreUntil` option.
579+
Starting from Neo4j 2025.01, the `CloudSeedProvider` supports seeding up to a specific date or transaction ID using the `seedRestoreUntil` option.
580580

581-
==== Seed up to a specific date
581+
[role=label--new-2025.01]
582+
===== Seed up to a specific date
582583

583584
To seed up to a specific date, you need to pass the differential backup, which contains the data up to that date.
584585

@@ -590,7 +591,8 @@ CREATE DATABASE foo OPTIONS { existingData: 'use', seedURI: 's3:/myBucket/myBack
590591

591592
This will seed the database with transactions committed before the provided timestamp.
592593

593-
==== Seed up to a specific transaction ID
594+
[role=label--new-2025.01]
595+
===== Seed up to a specific transaction ID
594596

595597
To seed up to a specific transaction ID, you need to pass the differential backup that contains the data up to that transaction ID.
596598

0 commit comments

Comments
 (0)