Meteor-Community-Packages / meteor-roles

Authorization package for Meteor, compatible with built-in accounts packages
http://meteor-community-packages.github.io/meteor-roles/
MIT License
920 stars 164 forks source link

How to migrate from v2 to v3 in production? #329

Closed nesbtesh closed 3 years ago

nesbtesh commented 3 years ago

How do you migrate in production from v2 to v3 if you dont access to meteor shell because the server is in heroku?

nesbtesh commented 3 years ago

What I ended up doing is connecting locally to my staging database and upgrade to v3. I had no problems with the process