Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After migrating from 9.5.3 to 10.0.7, blocking for character set conversion for a specific table #359

Open
thenamelessthing opened this issue May 29, 2023 · 0 comments

Comments

@thenamelessthing
Copy link

Version of the plugin: 2.0.4
Version of your GLPI: 10.0.7

Steps to reproduce the issue:

After migrating GLPI from 9.5.3 to 10.0.7

Glpi suffers from widespread slowness. To add a follow-up or submit a post...

In the table:

glpi_plugin_ocsinventoryng_networkports

we see some line with value -1

image

When we try to convert (php bin/console migration:utf8mb4) this table we got an error because the value "-1" is not accepted.

Can we modify the value to 0 without causing some problems?

If some table are not in utf8mb4, can it be the cause slowness?

Thank you for your help

@thenamelessthing thenamelessthing changed the title After migrating from 9.5.3 to 10.0.7 slow performance After migrating from 9.5.3 to 10.0.7 converting character set for specific table May 29, 2023
@thenamelessthing thenamelessthing changed the title After migrating from 9.5.3 to 10.0.7 converting character set for specific table After migrating from 9.5.3 to 10.0.7, blocking for character set conversion for a specific table May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant