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

Fix db_name for restoration

This commit is contained in:
yalh76 2019-02-05 22:11:04 +01:00
parent b3eb74c766
commit 66c394e0bc

View file

@ -94,7 +94,7 @@ ynh_install_app_dependencies "mongodb mongodb-server"
# Start mogodb
systemctl enable mongodb
systemctl start mongodb
mongorestore --db $db_name ./dump/$app
mongorestore --db $db_name ./dump/$db_name
#=================================================
# RESTORE SYSTEMD