Upgrade cacti
Moderators: Developers, Moderators
Upgrade cacti
Hello,
I need to upgrade cacti Version 0.8.8a to version 1.1.37 on windows server.
can i have a process?
many thanks
I need to upgrade cacti Version 0.8.8a to version 1.1.37 on windows server.
can i have a process?
many thanks
Re: Upgrade cacti
My suggestion would be to install a "new" version of cacti into a new folder and/or database. You would then need to copy the old database over the new one and run the upgrade_database.php script. At this point, your new database should be upgraded to 1.1.37. However, you then also need to get any plugins (normally via GitHub or the cacti website) and copy over the RRA folders (but make sure you have the correct permissions).
However, I have never actually done this on the Windows platform, so if you use the automated installer I am not sure on how much you can change as you go to install it. It may overwrite some bits that are used by the 0.8.8 platform. So my suggestion, if you can, install to a clean VM or server.
However, I have never actually done this on the Windows platform, so if you use the automated installer I am not sure on how much you can change as you go to install it. It may overwrite some bits that are used by the 0.8.8 platform. So my suggestion, if you can, install to a clean VM or server.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Upgrade cacti
Hello,
I would also appreciate some help. I am running Cacti on SLES11 and wanted to update my old Version 0.8.8c.
I started with the upgrade process according to this link: https://www.cacti.net/downloads/docs/html/upgrade.html
Afterwards, there was no on-screen instructions visible - therefor I tried to run the upgrade_database.php script, which gave me the following output:
cacti01:/srv/www/htdocs/cacti/cli # php upgrade_database.php
Upgrading to 0.8.8d no actions
Upgrading to 0.8.8e no actions
Upgrading to 0.8.8f no actions
Upgrading to 0.8.8g no actions
Upgrading to 0.8.8h no actions
Upgrading to 1.0.0
.
.
Upgrading to 1.1.35
Upgrading to 1.1.36
Upgrading to 1.1.37
Upgrading to 1.1.38 no actions
And now I have the issue, that the on-screen instruction are there and when i click Next -> Next I get the following error (see attached).
Thank you in advance!
Best Regards,
Verchi
I would also appreciate some help. I am running Cacti on SLES11 and wanted to update my old Version 0.8.8c.
I started with the upgrade process according to this link: https://www.cacti.net/downloads/docs/html/upgrade.html
Afterwards, there was no on-screen instructions visible - therefor I tried to run the upgrade_database.php script, which gave me the following output:
cacti01:/srv/www/htdocs/cacti/cli # php upgrade_database.php
Upgrading to 0.8.8d no actions
Upgrading to 0.8.8e no actions
Upgrading to 0.8.8f no actions
Upgrading to 0.8.8g no actions
Upgrading to 0.8.8h no actions
Upgrading to 1.0.0
.
.
Upgrading to 1.1.35
Upgrading to 1.1.36
Upgrading to 1.1.37
Upgrading to 1.1.38 no actions
And now I have the issue, that the on-screen instruction are there and when i click Next -> Next I get the following error (see attached).
Thank you in advance!
Best Regards,
Verchi
- Attachments
-
- cacti_upgrade_error.png (2.85 KiB) Viewed 4080 times
Re: Upgrade cacti
This would suggest that you are trying to browse to the cacti 0.8.8 website but have already upgraded your database to the 1.1.38 version.
You need to download, install and run 1.1.38 to be able to continue working.
I suspect that you've upgraded your live DB but put 1.1.38 in the wrong place or not configured apache/ngix correctly.
You need to download, install and run 1.1.38 to be able to continue working.
I suspect that you've upgraded your live DB but put 1.1.38 in the wrong place or not configured apache/ngix correctly.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Upgrade cacti
Okay, I see, but the "install/run" process is according to the documentation just the extraction of the download (cacti-1.1.38.tar) to the old folder. Do I have to run some additional scripts afterwards?
The new cacti files are placed in: /srv/www/htdocs/cacti, and I also reloaded the apache2 service.
The new cacti files are placed in: /srv/www/htdocs/cacti, and I also reloaded the apache2 service.
Re: Upgrade cacti
If you browse to http://<cacti server>/include/cacti_version, that should say 1.1.38. If it does not, you haven't copied the files into the correct locations.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Upgrade cacti
It is now working, you're right.
My cacti files were also stored within the directory /usr/share/cacti/. Now the webpage with the new design is working, but when I view my graphs (most of them are graphs with the old aggregate plugin) it is not working and I get the following errors in the Logs:
- CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
- ERROR PHP ERROR: Call to undefined function mb_strlen() in file: /usr/share/cacti/lib/rrd.php on line: 1503
When I go to Console -> Plugin Management, no plugin can be found although I copied the aggregate folder from the old cacti directory to the new one.
And I just saw that there is a new "Aggregate Graphs" site within the Management, but my odl aggregate graphs are visible under "Graphs".
I already made a research, but I have no idea where the function mb_strlen() is defined.
Do you have any ideas what I can do now?
Thanks for your support.
My cacti files were also stored within the directory /usr/share/cacti/. Now the webpage with the new design is working, but when I view my graphs (most of them are graphs with the old aggregate plugin) it is not working and I get the following errors in the Logs:
- CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler)(/lib/functions.php: 4628 cacti_debug_backtrace)
- ERROR PHP ERROR: Call to undefined function mb_strlen() in file: /usr/share/cacti/lib/rrd.php on line: 1503
When I go to Console -> Plugin Management, no plugin can be found although I copied the aggregate folder from the old cacti directory to the new one.
And I just saw that there is a new "Aggregate Graphs" site within the Management, but my odl aggregate graphs are visible under "Graphs".
I already made a research, but I have no idea where the function mb_strlen() is defined.
Do you have any ideas what I can do now?
Thanks for your support.
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Upgrade cacti
Try downloading the v1.0 plugins and installing them into your new Cacti.
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Re: Upgrade cacti
There is no v1.x version of aggregate as it was included in to the core.
The mb_ functions are part of PHP: http://php.net/manual/en/function.mb-strlen.php
What you do need to do is make sure you enabled the PHP mod for it.
The mb_ functions are part of PHP: http://php.net/manual/en/function.mb-strlen.php
What you do need to do is make sure you enabled the PHP mod for it.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Re: Upgrade cacti
Hi all,
the solution was just the installation of the php53-mbstring package with zypper. Now everything is working - thank you very much.
the solution was just the installation of the php53-mbstring package with zypper. Now everything is working - thank you very much.
Who is online
Users browsing this forum: No registered users and 0 guests