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:
parent
e3a609bd76
commit
99d2a66d21
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ynh_install_app_dependencies "mongodb mongodb-server"
|
||||||
# Start mogodb
|
# Start mogodb
|
||||||
systemctl enable mongodb
|
systemctl enable mongodb
|
||||||
systemctl start mongodb
|
systemctl start mongodb
|
||||||
mongorestore --db $app ./dump
|
mongorestore --db $app ./dump/$app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
|
|
Loading…
Add table
Reference in a new issue