You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have upgraded an old Meteor JS project (1.3.2.4) to current. This project was using V1 of alaning roles.
Question 1) How can we upgrade from V1 -> V3
2) The documentation to migrate from V1 -> V2 and V2 -> V3 specifies the meteor shell. We don't have Meteor installed in Production therefore no Meteor shell.
As we are barely using Roles, (very simply there are admin's and that's about it), I've examined the roles collection and role-assignment join collection. In my local dev env, I have simply dropped the roles collection, recreated it like the alaning docs specify and then created the role-assignment collection pointing to the userID and corresponding role. This seems to have setup things where everything works. am I missing anything else or any other ideas to assist is running this migration script? And, where can i see the code for this migration script?
Thank you kindly
The text was updated successfully, but these errors were encountered:
Hello:
We have upgraded an old Meteor JS project (1.3.2.4) to current. This project was using V1 of alaning roles.
Question 1) How can we upgrade from V1 -> V3
2) The documentation to migrate from V1 -> V2 and V2 -> V3 specifies the meteor shell. We don't have Meteor installed in Production therefore no Meteor shell.
As we are barely using Roles, (very simply there are admin's and that's about it), I've examined the roles collection and role-assignment join collection. In my local dev env, I have simply dropped the roles collection, recreated it like the alaning docs specify and then created the role-assignment collection pointing to the userID and corresponding role. This seems to have setup things where everything works. am I missing anything else or any other ideas to assist is running this migration script? And, where can i see the code for this migration script?
Thank you kindly
The text was updated successfully, but these errors were encountered: