Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Migrate from Pandora FMS v4.0.2 to v4.1
-
Migrate from Pandora FMS v4.0.2 to v4.1
Posted by fonta on September 11, 2013 at 19:04Hi, i have a Pandora FMS v4.0.2 – Build PC120626 with a lot of agent
how i can migrate all the agents / groups / modules etc etc in a new installation of pandora 4.1?
for the windows and the linux machines that have the agent installed there’s no problem but for all the other?
i have tryed to search in forum but i don’t find anything
Thanks
Fonta
Mario replied 11 years, 4 months ago 2 Members · 4 Replies -
4 Replies
-
::
You can use the same database of 4.0.2 in 4.1 version.
In 4.0.2:
mysqldump -u root -p pandora > pandora.sql
Send pandora.sql to 4.1 server.
In 4.1
mysql -u root -p
use pandora
source /%Path_of_pandora.sql%/pandora.sqlAfter this changes, you can see all information in your new 4.1 Console.
Regards
-
-
-
::
In Pandora Enterprise exist a export Server to send information between servers.
Here, you only can add modules in database manually. It’s a hard work. The easy solution is add modules by hand in Pandora Console. You can use massive operations to do the work more easy.
Regards