Skip to content

Commit 11e9042

Browse files
committed
Fix documentation
1 parent 8fafb32 commit 11e9042

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/content/administration/backups.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ If MongoDB runs bare-metal:
5656
```sh
5757
/usr/bin/mongorestore --uri $uri --drop --gzip --archive=$file
5858
```
59+
60+
!!! example "Changed DB name"
61+
If the source database you want to restore had a different name than the target database, you have to specify the `--nsFrom` and `--nsTo` options of `mongorestore`, e.g. `--nsFrom=source_db_name.* --nsTo=target_db_name.*`

docs/content/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Tekst is a collaborative, web-based research platform for aligning, displaying, linking, exploring, and enriching resources on natural language texts. It is developed within the scope of the [VedaWeb 2.0](https://vedaweb.uni-koeln.de/) research project, where it constitutes the technical basis of the *VedaWeb* research platform.
44

5-
!!! note "Git Repository"
5+
!!! info "Git Repository"
66
You are looking for Tekst's Git repository? [It's over here.](https://github.com/VedaWebProject/Tekst)
77

8-
!!! important "Work-in-progress"
8+
!!! warning "Work-in-progress"
99
While the Tekst platform is already in its open beta phase, this manual is still very much work-in-progress. We'll try to complete it as soon as possible, but please bear with us if you encounter any incomplete information.
1010

1111
## Use cases

0 commit comments

Comments
 (0)