Meteor MUPX drop database before upload
How to drop a database on a deployed mup instance without having to redeploy the whole instance? Login to your server: $ ssh <user>@<server-ip> $ docker exec -it mongodb mongo <database-name> > db.dropDatabase()