Hi there
I am new to the forum but was wanting the same thing to update to the latest (or newer) Cacti. I was running Raspbian on my Pi 3 with Cacti 0.8.8h.
This is how I upgraded for anyone needing to do the same.
Backup your database to start with. then:
Add to sources.list the following which holds a newer version (Version 1.1.38 at time of writing)
Code: Select all
deb http://ftp.debian.org/debian stretch-backports main
then run
I then ran into an issue but fixed it by running this command which I had googled for a solution
then you can install Cacti 1.1.38.
Code: Select all
sudo apt-get install -t stretch-backports cacti
For me this worked, and I hope this will help others.
Simon