1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

fix mongodb restore

This commit is contained in:
yalh76 2019-02-05 17:44:40 +01:00
parent e3a609bd76
commit 99d2a66d21

View file

@ -64,7 +64,7 @@ ynh_install_app_dependencies "mongodb mongodb-server"
# Start mogodb
systemctl enable mongodb
systemctl start mongodb
mongorestore --db $app ./dump
mongorestore --db $app ./dump/$app
#=================================================
# SPECIFIC SETUP