mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Try to fix Snap.
This commit is contained in:
parent
5db3dcf8da
commit
a7f7e00a14
3 changed files with 6 additions and 2 deletions
|
|
@ -30,3 +30,6 @@ fi
|
|||
echo "mongodb bind options: $BIND_OPTIONS"
|
||||
|
||||
mongod --dbpath $SNAP_COMMON --logpath $SNAP_COMMON/mongodb.log --logappend --journal $BIND_OPTIONS --smallfiles
|
||||
|
||||
# Drop indexes on database upgrade, when starting MongoDB
|
||||
mongo wekan --eval "db.getCollectionNames().forEach(function(col_name) { var coll = db.getCollection(col_name); coll.dropIndexes(); });" $BIND_OPTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue