You are not logged in.
Hi,
I'm currently on 10.0.7, and would like to update to 10.0.8. As suggested, I'm running the db:check first. However, this gives the following error/warning:
Checking database integrity of version "10.0.7@5d45269702917a32805e25b678f6779a98b145f6" is not supported.
Is this a problem? Or something I can simply ignore?
--
Regards,
Evert
Offline
I choose to ignore
After updating to 10.0.8, and applying 'alter table `glpi_queuednotifications` add column `event` varchar(255) DEFAULT NULL;' I now get:
Database schema is OK.
--
Regards,
Evert
Offline
how to do that?
GLPI 10.0.10
Installation mode: zip on OREL9
Offline
how to do that?
You're on 10.0.10? Then the issue shouldn't be there anymore if I interpret issue 15133 on GitHub correctly (I'd love to add a link, but this board doesn't let me)
But should you need it anyway, then it's just a matter of running 'mysql -p glpi' and then executing:
alter table `glpi_queuednotifications` add column `event` varchar(255) DEFAULT NULL;
--
Regards,
Evert
Offline