Skip to content

Commit d8feab9

Browse files
Update modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc
Co-authored-by: Natalia Ivakina <[email protected]>
1 parent 292a844 commit d8feab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The seed can be a full backup, a differential backup (see <<cloud-seed-provider,
5858
When using `CloudSeedProvider`, the URI can point also to a folder which contains a backup chain.
5959
The sources of seeds are called _seed providers_.
6060

61-
Backups have `.backup` extension at the end, while the dumps extension is what the user chooses.
61+
Backups have a `.backup` extension, while the dump file can have whatever extension the user chooses.
6262
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.
6363

6464
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).

0 commit comments

Comments
 (0)