Welcome to Pandora FMS Community!

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

  • Upgrade fix

    Posted by Sancho on October 13, 2008 at 08:49

    I’ve fixed the upgrade script. A small problem doing old modules “uneditable”.

    To fix this, after running old upgrade process, you need to run this SQL code in the mysql over the pandora database:

    UPDATE tagente_modulo SET id_modulo = 2 WHERE id_modulo = 0 AND ip_target != ”;
    UPDATE tagente_modulo SET id_modulo = 1 WHERE id_modulo = 0;

    New upgrade script has these modifications included.

    manu replied 16 years, 3 months ago 3 Members · 3 Replies
  • 3 Replies
  • Sancho

    Administrator
    October 31, 2008 at 20:41
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Migration script has been updated today to contain following two lines:

    UPDATE tagente_modulo SET id_modulo = 2 WHERE id_modulo = 0 AND ip_target != ”;
    UPDATE tagente_modulo SET id_modulo = 1 WHERE id_modulo = 0;

  • yduma

    Member
    November 4, 2008 at 05:37
    2 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    this script for v 1.3.1 ?

  • manu

    Member
    November 4, 2008 at 06:21
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    1.3.1 to 2.0