Does mupx work with meteor 1.5?

Hi All,

I am having issues deploying my meteor app (2 years old) after upgrading from Meteor 1.3.5.1 to 1.5. I am getting unclear information, but what I am gathering is that Mupx (https://github.com/czarpino/mupx) no longer works?

If this is correct, can someone give me directions or information to what is beign used now and how to migrate safely. Any hint would be greatly appreciated

Hi there. I started using Meteor pretty recently and as I’ve gathered, https://github.com/zodern/meteor-up is the way to go.

Just recently updated to Meteor 1.5, but haven’t tried deploying it yet though.

1.4 had breaking changes. https://github.com/tozd/docker-meteor for docker based deployment.

Can I not user the one @Kolbjorn is suggesting? or is mupx being docker based an issue?

Checking this out, but having issues with mup init command

are you windows based? in that case you have to use mup.cmd init

EDIT: For the record, I don’t know much about migrating regarding to the database and the information being stored. What I know is that I use zodern mup to deploy to server and it’s worked pretty well for me.

No im using a mac, I started using mup, but when I run mup init I get this error:

/usr/local/lib/node_modules/mup/node_modules/joi/lib/index.js:5
const Hoek = require(‘hoek’);
^^^^^
SyntaxError: Use of const in strict mode.
at Module._compile (module.js:439:25)
at Object.Module._extensions…js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/mup/lib/validate/index.js:10:12)
at Module._compile (module.js:456:26)
at Object.Module._extensions…js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/mup/lib/mup-api.js:31:14)
at Module._compile (module.js:456:26)
at Object.Module._extensions…js (module.js:474:10)

Yeah I have the database handled, im just having issues just even getting the init command to work

Found something similar… https://github.com/zodern/meteor-up/issues/453