You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/databases.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,7 +468,7 @@ SHOW DATABASE foo;
468
468
=== Seed from URI
469
469
470
470
This method seeds all servers with an identical seed from an external source, specified by the URI.
471
-
The seed can be either a backup or a 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), or dump from an existing database.
472
472
The sources of seeds are called _seed providers_.
473
473
474
474
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,6 +527,9 @@ label:new[Introduced in 5.25], the `CloudSeedProvider` supports:
527
527
** `gs:`
528
528
** `azb:`
529
529
530
+
The `CloudSeedProvider` also supports xref:backup-restore/modes.adoc#differential-backup[differential backup] files as seeds.
531
+
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.
0 commit comments