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
| `database` | `STRING` | The name of the database to recreate.
535
+
| `options` | `MAP` | The seeding and topology options to use for recreating the database.
536
536
| *Mode* 3+| WRITE
537
537
|===
538
538
539
+
[NOTE]
540
+
====
541
+
It is mandatory to specify either `seedURI` or `seedingServers` as seeding options in the `options` field.
542
+
Further details on how to use the `dbms.cluster.recreateDatabase()` procedure are provided in the related section inside the xref:clustering/databases.adoc#recreate-databases[Managing databases in a cluster] page.
543
+
If no topology option is defined, the database will be recreated with the previous topology.
0 commit comments