Skip to main content
Solved

Update Centreon Platform from 23.04 to 23.10

  • November 1, 2023
  • 7 replies
  • 393 views

Forum|alt.badge.img+1

Hi everyone,

I'm new to the Centreon platform.

 

I saw that version 23.10 is out. My server is currently running 23.04.I looked at the documentation but there is no guide to upgrade from 23.04 to 23.10.

How can I proceed?

 

Thank you 

Regards

Best answer by cg-tw

The page is now published: https://docs.centreon.com/docs/upgrade/upgrade-from-23-04/

7 replies

Forum|alt.badge.img+9
  • Centreonian
  • 63 replies
  • November 2, 2023

Hello @luca.bettiol 

We are in the process of adding the page. Sorry for the inconvenience, and thank you for pointing it out!

 


Forum|alt.badge.img+9
  • Centreonian
  • 63 replies
  • Answer
  • November 2, 2023

Forum|alt.badge.img+1
  • Author
  • Steward *
  • 3 replies
  • November 2, 2023

Hi @cg-tw,

I tried to perform the upgrade following the guide, but when I try to access the web page to complete the wizard the following screen appears.

What can I do?

Thanks

Regards


Forum|alt.badge.img+3
  • Steward *
  • 16 replies
  • November 3, 2023

Bonjour,
Les liens pour redhat 9 ne sont pas bon.
dnf config-manager --add-repo https://packages.centreon.com/rpm-standard/23.10/el8/centreon-23.10.repo
Cordialement,


Forum|alt.badge.img+9
  • Centreonian
  • 63 replies
  • November 3, 2023

@Franck Sorry about that. We’re fixing it now. [EDIT: it is fixed]


Forum|alt.badge.img+9
  • Centreonian
  • 63 replies
  • November 3, 2023

@luca.bettiol we need to look into this. If you have a support contract, please open a ticket on the support portal.Thank you.

 


tcharles
Centreonian
Forum|alt.badge.img+5
  • Centreonian
  • 11 replies
  • November 3, 2023

Hello @luca.bettiol 

 

quick follow up regarding your issue. I have been able to reproduce your issue on my server. 
 

you should be able to overcome this issue by commenting the debug options in the 

/usr/share/centreon/.env.local.php file on your central server

You need to comment the APP_DEBUG and DEBUG_LEVEL options. Giving you a file that looks ilke mine.

 

<?php

// This file was generated by running "composer dump-env prod"

return array (
'APP_ENV' => 'prod',
'APP_SECRET' => '66f4e9252565074a8c5bf2089168dc83fd94252bd3d2efc7a0a701d83be67398',
//'APP_DEBUG' => true,
//'DEBUG_LEVEL' => 100,
);

 

when done, you can refresh your web interface and you should be redirected to the upgrade interface of centreon. On my side, everything went fine after removing the debug options