Skip to content

Commit

Permalink
added journaling to mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjonny2 committed Jul 13, 2016
1 parent dad1f60 commit d8a3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ nohup socat tcp-listen:80,fork tcp:localhost:8443 > socat.log 2>&1 &

rm /datadb/mongod.lock
/usr/bin/mongod --dbpath /datadb --repair
/usr/bin/mongod --dbpath /datadb --fork --logpath mongod.log && node index.js
/usr/bin/mongod --dbpath /datadb --fork --journal --logpath mongod.log && node index.js

0 comments on commit d8a3cd1

Please sign in to comment.