Meteor MUPX drop database before upload

By Tech Writer Meteor
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 <data

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()