We duplicated our system for a parallel installation and was working fine. During the migration XML script, we detected that some perl modules were missing so were installed and re executed the script successfully. We have Oracle 12.1.0.1 and FS article storage
For the DBUpdate to-6-.pl script we received some errors:
Code: Select all
Requirement check for: Check framework version ...
Global symbol "$Self" requires explicit package name at /opt/otrs/Kernel/Config/Files/ZZZOTRSLDAPAgentAuth.pm line 10.
Global symbol "$Self" requires explicit package name at /opt/otrs/Kernel/Config/Files/ZZZOTRSLDAPAgentAuth.pm line 14.
Code: Select all
Requirement check for: Upgrade database structure ...
Error: The following sequences with possible wrong names have been found. Please rename them manually.
se_change_freekey
se_change_freetext
se_change_wo_freekey
se_change_wo_freetext
se_scheduler_task_list
se_standard_response
se_standard_response_attace7
Error: The following triggers with possible wrong names have been found. Please rename them manually.
se_standard_response_attace7_t
se_standard_response_t
Code: Select all
Total advisories found: 13
WARNING: CPAN::Audit reported that one or more installed CPAN modules have known vulnerabilities (see above). Please note that there might be false positives for distributions patching Perl modules without changing their version number.
Step 7 of 44: Check if database has been backed up ...
Step 8 of 44: Upgrade database structure ...
We have the doubts during preparation before DBUpdate script of the Perl configuration, something to add Load method in the files, we skipped that, does it need to be done somehow? not confident with that..
At this point, how can we fix it? needs to be restored again everything or we can redo some actions?
Thank you