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 Error applying MR 55.sql. I seem to be missing the tuser_task_scheduled table ?

  • Error applying MR 55.sql. I seem to be missing the tuser_task_scheduled table ?

    Posted by JonRussell on June 28, 2022 at 10:29

    Hi.

    When I updated to v763 this weekend, and ran MR 55.sql, the update failed.

    I had to comment out the tuser_task_scheduled alter table line in the MR file.

    I noticed that MR 53.sql also has an alter table for that table too. It would seem that MR failed too.

    I looked back through the other MRs and I cant find a create for that table.

    Any ideas why I’m missing it ?

    Can someone send me the schema, so I can create it ?

    Thanks

    JonRussell replied 1 year, 9 months ago 2 Members · 2 Replies
  • 2 Replies
  • vic

    Administrator
    June 28, 2022 at 11:13
    1302 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi JonRussell,

    The modification of this table is a development error, the tuser_task_scheduled table is enterprise so it is not defined in the pandoradb.sql nor in the MR (in the opensource version this table is not used).

    I’m going to open an internal case to take into account the enterprise tables in the MR.

    If possible use the mysql ‘source’ command to insert the MR and skip that error message.

    Sorry for the inconvenience.

    Best regards,

    Víc.

  • JonRussell

    Member
    June 28, 2022 at 13:40
    273 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Ok. I commented it the offending line out, in the MR sql, so it ran ok.

    Thanks

    Jon.