Permission Migration
Closed this issue ยท 4 comments
So I have the MySQL tables already set up, I'm adding a new server to my network (Factions), I want to migrate the permissions from PEX to LP. I need to make it so all the migrated permissions on Factions Server are only on the factions server, how would I go about doing this?
One way to do it is to export the data you have into a file (/lp export [filename]
) and edit it, by adding server=<server>
at the end of the permissions, that should be added per server.
I hope that makes sense.
The quickest and more efficient way would be the following:
- Have the migration occur on a dev server which is not connected to your other luckperms instances
- Use bulkupdate to change the context from global to the server you wish. Command would be this
/lp bulkupdate all update server <factions name> "server == global"
and must be done in console.