mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 09:13:07 +03:00
d502ba86d9
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
mongorestore --uri="mongodb://localhost:27017" --drop --gzip ./dump $@
|