Skip to content

Commit 87038eb

Browse files
committed
Described seedSourceDatabase parameter
1 parent 9c03c55 commit 87038eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Defines which server is used for seeding the data of the created database.
150150
The server ID can be found in the `serverId` column after running `SHOW SERVERS`.
151151

152152
| `seedURI`
153-
| URI to a backup or a dump from an existing database.
153+
| URI to a backup, a folder that contains backup artifacts or a dump from an existing database.
154154
|
155155
Defines a seed from an external source which will be used to seed all servers.
156156

@@ -182,6 +182,11 @@ If you are passing a `seedURI` that leads to a backup chain, including different
182182
To seed up to a specific date, specify a `datetime` and this will seed the database with transactions committed before the provided timestamp.
183183
To seed up to a specific transaction ID, specify a transaction id, and this will seed the database with transactions up to, but not including the specified transaction.
184184

185+
| `seedSourceDatabase`
186+
| A source database name
187+
|
188+
If the `seedURI` points to a folder containing backups for multiple databases, you can specify the database name to filter the artifacts.
189+
185190
| `existingData` label:deprecated[Deprecated]
186191
| `use`
187192
|

0 commit comments

Comments
 (0)