Solved

problème migration de centreon 21.04 vers 22.04 centos vers alma linux

  • 30 August 2022
  • 4 replies
  • 157 views

Badge +1

Bonjour,

 

 

icon

Best answer by Laurent 1 September 2022, 09:50

View original

4 replies

Badge +1

 

Userlevel 2
Badge +6

Hi @Troy3ns 

can you try this fix (last post): 

please?

Userlevel 6
Badge +18

Hi @Troy3ns we find a bug in our source.

Can you edit the /usr/share/centreon/src/Core/Platform/Infrastructure/Repository/DbWriteUpdateRepository.php file at line 289 and change this bloc:

    private function isSqlComment(string $line): bool
{
return str_starts_with(trim($line), '--');
}

Then refresh your page (Ctrl + F5)

Regards

Badge +1

Hello,

thanks you for your reply @Laurent  @cmeschin  🙃

problem solved ! 

 

Reply