Skip to content

Commit cd157da

Browse files
Tweak the Seed from URI page in 5.x (#2382)
1 parent f2907c1 commit cd157da

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ See xref::database-administration/standard-databases/seed-from-uri.adoc[Seed fro
22872287
|Valid values
22882288
a|A comma-separated list where each element is a string.
22892289
|Default value
2290-
m|+++S3SeedProvider,CloudSeedProvider+++
2290+
m|+++S3SeedProvider,CloudSeedProvider+++ label:changed[Changed in 5.26]
22912291
|===
22922292

22932293

modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ To determine the cause of the problem, it is recommended to look at the `debug.l
3232
[[neo4j-seed-providers]]
3333
== Seed providers in Neo4j
3434

35-
The seed can either be a full backup, a differential backup (see <<cloud-seed-provider, `CloudSeedProvider`>>, introduced in Neo4j 5.26), or a dump from an existing database.
35+
The seed can either be a full backup, a differential backup (see <<cloud-seed-provider, `CloudSeedProvider`>>, starting from Neo4j 5.26), or a dump from an existing database.
3636
The sources of seeds are called _seed providers_.
3737

38-
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).
38+
The mechanism is pluggable, allowing new sources of seeds to be supported (see link:https://www.neo4j.com/docs/java-reference/5/extending-neo4j/project-setup/#extending-neo4j-plugin-seed-provider[Java Reference -> Implement custom seed providers] for more information).
3939

4040
The product has built-in support for seed from a mounted file system (file), FTP server, HTTP/HTTPS server, Amazon S3, Google Cloud Storage (from Neo4j 5.25), and Azure Cloud Storage (from Neo4j 5.25).
4141

4242
[NOTE]
4343
====
44-
Amazon S3, Google Cloud Storage, and Azure Cloud Storage are supported by default, but the other providers require configuration of xref:configuration/configuration-settings.adoc#config_dbms.databases.seed_from_uri_providers[`dbms.databases.seed_from_uri_providers`].
44+
Amazon S3 is supported by default.
45+
Starting from Neo4j 5.26, the default support extends also to Google Cloud Storage and Azure Cloud Storage.
46+
47+
To enable other providers, you need to configure xref:configuration/configuration-settings.adoc#config_dbms.databases.seed_from_uri_providers[`dbms.databases.seed_from_uri_providers`].
4548
====
4649

4750
[role=label--new-5.26]

0 commit comments

Comments
 (0)