ismism/cli/dbexport.zsh

21 lines
945 B
Bash
Raw Normal View History

2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=user -o=dbexport/user.json
mongoexport --jsonArray -d=ismism -c=user -o=dbexport/user.json
2022-11-20 12:50:47 +08:00
2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=soc -o=dbexport/soc.json
mongoexport --jsonArray -d=ismism -c=soc -o=dbexport/soc.json
2022-11-20 12:50:47 +08:00
2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=agenda -o=dbexport/agenda.json
mongoexport --jsonArray -d=ismism -c=agenda -o=dbexport/agenda.json
2022-11-20 12:50:47 +08:00
2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=worker -o=dbexport/worker.json
mongoexport --jsonArray -d=ismism -c=worker -o=dbexport/worker.json
2022-11-20 12:50:47 +08:00
2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=work -o=dbexport/work.json
mongoexport --jsonArray -d=ismism -c=work -o=dbexport/work.json
2022-11-20 12:50:47 +08:00
2022-11-22 15:43:18 +08:00
echo mongoexport --jsonArray -d=ismism -c=fund -o=dbexport/fund.json
mongoexport --jsonArray -d=ismism -c=fund -o=dbexport/fund.json
echo mongoexport --jsonArray -d=ismism -c=dat -o=dbexport/dat.json
mongoexport --jsonArray -d=ismism -c=dat -o=dbexport/dat.json