glpi-singlesignon icon indicating copy to clipboard operation
glpi-singlesignon copied to clipboard

Error reinstalling after uninstall

Open 157Frog opened this issue 2 years ago • 4 comments

Hi, working through using this with Azure. Wanted to remove due to other issue I'll log and then reinstall the plugin. I disabled the plugin, then uninstalled. However when I try to re install I get the error:

"error adding picture column Duplicate column name 'picture'"

Any help appreciated.

157Frog avatar Jul 01 '22 09:07 157Frog

Hi

the two sso plugin tables in the database must be deleted.

Cial39 avatar Jul 02 '22 16:07 Cial39

Hello, I will try to improve the migration script later

edgardmessias avatar Jul 02 '22 16:07 edgardmessias

I'm facing the same problem.

can you provide mysql commands to clean the database?

muzzol avatar Jan 24 '23 12:01 muzzol

I'm facing the same problem.

can you provide mysql commands to clean the database?

DROP TABLE glpi_plugin_singlesignon_providers; DROP TABLE glpi_plugin_singlesignon_providers_users;

famascl3m avatar Mar 09 '23 12:03 famascl3m