We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The table mail_queue holds a list is mail messages that are to be sent out. This can be considered dynamic that should not be migrated. Thus it can be added to the list of skipped tables. https://github.com/RotherOSS/otobo/blob/rel-10_1/Kernel/System/MigrateFromOTRS/Base.pm#L1279
Consequently the command bin/otobo.Console.pl Maint::Email::MailQueue --delete-all can be added to https://doc.otobo.org/manual/installation/10.0/en/content/migration-from-otrs-6.html#step-4-preparing-the-otrs-otrs-community-edition-system.
bin/otobo.Console.pl Maint::Email::MailQueue --delete-all
The text was updated successfully, but these errors were encountered:
Issue #1888: fiddle with code comments
a548333
Issue #1888: add mail_queue to the list of skipped tables
2c3bfbf
Merge pull request #1903 from RotherOSS/issue-#1888-skip_mail_queue
e882592
Issue #1888 skip mail queue
TODO:
Sorry, something went wrong.
Verified that
otrs> /opt/otrs/bin/otrs.Console.pl Maint::Email::MailQueue --delete-all
is shown in https://doc.otobo.org/manual/installation/10.1/en/content/migration-from-otrs-6.html#step-4-preparing-the-otrs-otrs-community-edition-system.
Closing this issue.
bschmalhofer
No branches or pull requests
The table mail_queue holds a list is mail messages that are to be sent out. This can be considered dynamic that should not be migrated. Thus it can be added to the list of skipped tables.
https://github.com/RotherOSS/otobo/blob/rel-10_1/Kernel/System/MigrateFromOTRS/Base.pm#L1279
Consequently the command
bin/otobo.Console.pl Maint::Email::MailQueue --delete-all
can be added to https://doc.otobo.org/manual/installation/10.0/en/content/migration-from-otrs-6.html#step-4-preparing-the-otrs-otrs-community-edition-system.
The text was updated successfully, but these errors were encountered: