You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-07-11 10:43:21

evert
Member
From: Norway
Registered: 2023-06-08
Posts: 24

Error when running php bin/console db:check

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

#2 2023-07-11 11:50:45

evert
Member
From: Norway
Registered: 2023-06-08
Posts: 24

Re: Error when running php bin/console db:check

I choose to ignore cool

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

#3 2024-01-11 10:46:16

teguh.umar
Member
From: Indonesia
Registered: 2011-05-20
Posts: 161

Re: Error when running php bin/console db:check

how to do that?


GLPI 10.0.10
Installation mode: zip on OREL9

Offline

#4 2024-01-11 14:01:18

evert
Member
From: Norway
Registered: 2023-06-08
Posts: 24

Re: Error when running php bin/console db:check

teguh.umar wrote:

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

Board footer

Powered by FluxBB