BootstrapAdmin/db/MongoDB/install.sh

5 lines
114 B
Bash
Raw Normal View History

2019-10-05 20:36:12 +08:00
#! /bin/bash
# init mongodb data
2019-05-20 14:52:06 +08:00
mongo ./init.js
2019-10-05 20:36:12 +08:00
mongo BootstrapAdmin --eval "printjson(db.getCollectionNames())"