Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

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:04

    Hi, 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
  • Mario

    Administrator
    September 12, 2013 at 14:59
    1150 Karma points
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    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.sql

    After this changes, you can see all information in your new 4.1 Console.

    Regards

  • fonta

    Member
    September 13, 2013 at 12:40
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks Mario!
    Regards

  • fonta

    Member
    September 18, 2013 at 18:51
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    is there a way to keep all the new modules in pandora 4.1 and update it with the old ones from the backup?

    when i import the old db all the new modules are lost

    Thanks

  • Mario

    Administrator
    September 18, 2013 at 21:13
    1150 Karma points
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    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