mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Try to fix Snap MongoDB.
This commit is contained in:
parent
74a4b28313
commit
bb4fde6374
4 changed files with 36 additions and 18 deletions
|
|
@ -13,4 +13,5 @@ export LC_ALL=C
|
|||
# start mongodb backup
|
||||
[ "x" == "x${MONGODB_BIND_IP}" ] && MONGODB_BIND_IP="127.0.0.1"
|
||||
echo "using bind ip"
|
||||
mongorestore --host $MONGODB_BIND_IP --port $MONGODB_PORT -d wekan --noIndexRestore --gzip --archive=$1
|
||||
mongorestore --host $MONGODB_BIND_IP --port $MONGODB_PORT -d wekan --gzip --archive=$1
|
||||
# --noIndexRestore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue