I’m trying to change the Central server IP, I have changed the IP of the server and the /etc/hosts.
All Centreon processes are running but i’m trying to enter to the web interface and doesnt work. It is still taking the old IP, I’m trying to change that but I dont locate the correct file…
I have try to grep the lines that have the http://old_ip.. but I still cant find the file. Does anyone know where is the file?
Try emptying your browser’s cache before accessing the centreon interface.
In that article appears the same you told me… I have tried on another bowser and I get the same error.
I dont even understand why after changing the IP I have to do this upgrading process… I need to solve this
When I do:
php -i | grep “timezone”
I get:
Default timezone => Europe/Berlin date.timezone => no value => no value
Show the config isnt taking the new changes… Any idea?
SOLUTION
Maybe this isn’t the best solution but has worked for me.
I have edited the /usr/share/centreon/www/install/step_upgrade/step2.php file. I commented the timezone check lines.
Doing that I have been able to update the version to 10.
@aalz0 if you comment the timezone check lines, you may have a problem in the future because timezone are not well configured for php-fpm is Centreon can’t valide it.
Yes but from everything I tried this was the only “solution”…
If I do
php -i
I see that the config file is: /etc/php/8.1/cli/php.ini
I fill it with the rigth timezone and but doesn’t change...