1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update remove

This commit is contained in:
frju365 2018-03-11 13:09:22 +01:00 committed by GitHub
parent 76a9148a6e
commit ee1e77638e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,8 +51,10 @@ ynh_remove_app_dependencies
# REMOVE THE MONGO DATABASE # REMOVE THE MONGO DATABASE
#================================================= #=================================================
mongo --shell "$dbname" --eval 'db.dropUser('dbuser');' <<< exit mongo -u $dbuser -p$dbpass --authenticationDatabase $dbname --shell "$dbname" --eval 'db.dropUser('dbuser');' <<< exit
mongo --shell "$dbname" --eval 'db.dropDatabase();' <<< exit #mongo --shell "$dbname" --eval 'db.dropUser('dbuser');' <<< exit
mongo -u $dbuser -p$dbpass --authenticationDatabase $dbname --shell "$dbname" --eval 'db.dropDatabase();' <<< exit
#mongo --shell "$dbname" --eval 'db.dropDatabase();' <<< exit
#================================================= #=================================================
# REMOVE APP MAIN DIR # REMOVE APP MAIN DIR