question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add username set to migration

See original GitHub issue

Currently, I’m transferring, migration and importing lots of different servers from group manager into one global luckperms database. For this 9/10 times I’m using phpmyadmin to bulk edit lots of wrong permissions, rename groups, set server names etc. However I’m missing one thing that I cannot do myself, and that is also transferring the uuid <-> username data image after an migration being done, the listmembers will almost be filled with uuids only. It would be really nice if there will be an migration option/command available where the username will be set on migration import.

The use-server-uuid-cache won’t work for me since I am dealing with offline uuids, so the mojang lookup won’t work.

If you have any other idea how to fix this, maybe even without any modify towards the plugin, that would be really amazing.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
luckocommented, May 6, 2018

^^ may help.

0reactions
voodootje0commented, May 6, 2018

Ah, I will try to figure something out with MySQL instead.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add username set to migration · Issue #974 - GitHub
Currently, I'm transferring, migration and importing lots of different servers from group manager into one global luckperms database.
Read more >
Django 2.1 how do I create a user in a migration
You can do something like: def add_user(apps, schema_editor): apps.get_model('myapp', 'Foo').objects.filter(user_id=1).update( ...
Read more >
Configure Automatic Migration from Your Database - Auth0
Go to Auth0 Dashboard > Authentication > Database, and select the database to view. · Select the Custom Database view, and locate Database...
Read more >
Set-MigrationEndpoint (ExchangePowerShell) - Microsoft Learn
Use the Set-MigrationEndpoint cmdlet to configure settings for different types of migration: Cross-forest move: Move mailboxes between two different on-premises ...
Read more >
Using the User Migration Utility - Database - Oracle Help Center
To migrate users and map them to a new shared schema, dropping their old database schemas, set the MAPSCHEMA parameter to SHARED ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found