Hello,
After several problems, I decided to format the server and reinstall Cacti. I'll do it with BSOD installer as soon as I download it.
Could you please explain which files should I recover from backup to have all the devices back without having to re-create them again?
I guess the RRD files will be no problem, as you only need to copy them to the RRA folder, but what about the database? Do I need to recover the file cacti.sql and overwrite the one existing after installing cacti? Will I need to make any changes in another files or folders?
Thank you very much.
Recover RRD and SQL from backup
Moderators: Developers, Moderators
The database stores all configuration you made via the webinterface.
You can export it via:
..and reimport it like this:
You can export it via:
Code: Select all
mysqldump -opt [databasename] > dbsave.sql --password
Code: Select all
mysql [databasename] < dbsave.sql --password
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
Who is online
Users browsing this forum: No registered users and 2 guests