Skip to content

Commit b8f3f38

Browse files
Apply suggestions from code review
1 parent a36ae2d commit b8f3f38

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
@@ -517,6 +517,8 @@ The `URLConnectionSeedProvider` supports the following:
517517
** `http:`
518518
** `https:`
519519

520+
Starting from Neo4j 2025.01, the `URLConnectionSeedProvider` does not support `file`.
521+
// This is true for both Cypher 5 and Cypher 25.
520522
[[cloud-seed-provider]]
521523
==== CloudSeedProvider
522524

@@ -578,7 +580,6 @@ The `CloudSeedProvider` supports seeding up to a specific date or transaction ID
578580

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

581-
** `s3:` label:deprecated[Deprecated in 5.26]
582583

583584
[source,shell]
584585
----
@@ -608,7 +609,6 @@ This will seed the database with transactions up to, but not including transacti
608609

609610
| `file:`
610611
| `FileSeedProvider` +
611-
`URLConnectionSeedProvider` label:deprecated[Deprecated in 5.26]
612612
| `file:/tmp/backup1.backup`
613613

614614
| `ftp:`

0 commit comments

Comments
 (0)