[Solved] Mupx: Switch MongoDB database from local install to remote access

I have a demo server that was setup with a local MongoDB. Now I want to switch this to a remote DB hosted on Compose.io. I changed the mup.json accordingly and tried to run mupx setup once again. But this does not seem to check if the mongo settings have been switched. Also a restart or redeploy does not help. What else can I do to switch from a local DB to a remote DB?

BTW: I saw that the mup repository on Github changed and the new repo is missing the mupx branch. Where can I find the docs for mupx now?! It is very confusing that the mup(x) repos change that often.

Solved: Doing a deploy after a reconfigure did the trick.