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/database-administration/standard-databases/seed-from-uri.adoc
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
:page-role: enterprise-edition
2
-
:description: How to create a database using a seed from URI.
2
+
:description: How to create a database using a seed from URI.
3
3
4
4
[[database-seed-uri]]
5
5
= Create a database from a URI
@@ -32,9 +32,13 @@ To determine the cause of the problem, it is recommended to look at the `debug.l
32
32
[[neo4j-seed-providers]]
33
33
== Seed providers in Neo4j
34
34
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.
35
+
The seed can be a full backup, a differential backup (see <<cloud-seed-provider, `CloudSeedProvider`>>, starting from Neo4j 5.26), or a dump from an existing database.
36
+
When using `CloudSeedProvider`, the URI can point also to a folder which contains a backup chain.
36
37
The sources of seeds are called _seed providers_.
37
38
39
+
Backups have a `.backup` extension, while the dump file can have whatever extension the user chooses.
40
+
For example, the backup file can be called `myBackup.backup`, while the dump can be called `myDump.dump` or also `myBackup.backup`, or any other name.
41
+
38
42
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).
39
43
40
44
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).
0 commit comments