so I'm totally new to OTRS and need to update a system from 6.0.10 to a new bugfix version 6.0.28. I am following this tutorial on how to update:
https://doc.otrs.com/doc/manual/admin/6 ... ating.html
When running the
Code: Select all
UpdateDB-to-6.pl
So the questions I have are:
Do I actually need to run the script when updating to a bugfix version?
If I do need to run the script, what is an aspect of OTRS I should look into to understand the errors I'm getting?
Some of the errors I'm getting:
Code: Select all
Message: Duplicate entry '11' for key 'PRIMARY', SQL: 'INSERT INTO notification_event (name, valid_id, comments, create_by, create_time, change_by, change_time)
VALUES
('Ticket email delivery failure notification', 1, '', 1, '2020-07-10 06:48:31', 1, '2020-07-10 06:48:31')'
Code: Select all
ERROR: OTRS-otrs.Console.pl-Dev::Code::CPANAudit-48 Perl: 5.22.1 OS: linux Time: Fri Jul 10 07:24:16 2020
Message: Duplicate entry '2414' for key 'PRIMARY', SQL: '
INSERT INTO sysconfig_default (
name,description,navigation,is_invisible,is_readonly,is_required,is_valid,has_configlevel,user_modification_possible,user_modification_active,user_preferences_group,xml_content_raw,xml_content_parsed,xml_filename,effective_value,is_dirty,exclusive_lock_guid,create_time,create_by,change_time,change_by
)VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ), ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) , ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,'2020-07-10 07:24:16',?,'2020-07-10 07:24:16',? ) '
Marcus Lanvers