-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug - Migration script ending in error after Step 8 Migrate SysConfig settings #307
Comments
Hi @LuBroering ,
Line 96, which file are you talking about? Currently I could not reproduce this error. Regards 🚀 |
Hi @dennykorsukewitz , Line 96 at scripts/Migration.pm
|
Internal issue: 380 |
Unfortunately we cannot reproduce this problem. At the start of the migration, a copy of Kernel/System/Config/ZZZAAuto.pm will be created which seems to work for you because otherwise it would immediately fail and stop at the beginning of the migration. During the migration this backup copy will be read and this fails for you. Could you please try to output the complete path of the file that is being tried to read? Just change line 145 in file scripts/Migration/Znuny/MigrateSysConfigSettings.pm: - print "\n\n Error: ZZZAAuto backup file not found.\n";
+ print "\n\n Error: File $FilePath not found.\n"; |
Environment
Expected behaviour
Script running without an Error
Actual behaviour
Script running into Error:
Error: ZZZAAuto backup file not found.
How to reproduce
Steps to reproduce the behavior:
just try to use the script scripts/MigrateToZnuny6_4.pl
Additional information
Should be related to the recent commit
If I comment out the line 96 the script runs through as expected.
Screenshots
The text was updated successfully, but these errors were encountered: