mongodb - add README
This commit is contained in:
8
mongodb/README.md
Normal file
8
mongodb/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# mongodb
|
||||
|
||||
## restore database
|
||||
|
||||
```bash
|
||||
docker-compose exec mongo bash
|
||||
mongorestore -v --db kursiprod1 --drop /shared/kursifant_production/
|
||||
```
|
||||
Reference in New Issue
Block a user