Welcome to Pandora FMS Community › Forums › Community support › Upgrade fix
-
Upgrade fix
Posted by Sancho on October 13, 2008 at 08:49I’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