We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4af80 commit ebfa72dCopy full SHA for ebfa72d
1 file changed
docs/guide/durability/managing.md
@@ -183,7 +183,7 @@ dotnet run -- db-list
183
# └────────────────────────────────────────┴───────────────────────────┘
184
```
185
186
-Once you've identified the database, pass either _DatabaseUri_ or _SubjectUri_ to the `db-dump` command with the `-d` parameter:
+Once you've identified the database, pass the `-d` parameter with the `SubjectUri` from the output above to the `db-dump` command:
187
188
```bash
189
dotnet run -- db-dump -d marten://store/ export_marten.sql
0 commit comments