Welcome to Pandora FMS Community!

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

Welcome to Pandora FMS Community Forums Soporte de la comunidad PROBLEMA ACTUALIZACION PANDORA 7.71

  • Sancho

    Administrator
    May 12, 2023 at 14:57
    2206 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Ejecuta lo siguiente en tu manager de base de datos y prueba de nuevo a instalar

    CREATE TABLE IF NOT EXISTS tsesion_filter (

    id_filter INT NOT NULL AUTO_INCREMENT,

    id_name TEXT NULL,

    text TEXT NULL,

    period TEXT NULL,

    ip TEXT NULL,

    type TEXT NULL,

    user TEXT NULL,

    PRIMARY KEY (id_filter)

    ) ENGINE=InnoDB DEFAULT CHARSET=UTF8MB4;

    ¿Cuando instalaste la 770?