After changing article storage tickets didn't remove from db

Moderator: crythias

Locked
InventoR
Znuny newbie
Posts: 4
Joined: 21 Jun 2016, 22:16
Znuny Version: OTRS Free 5
Real Name: ED
Company: SK

After changing article storage tickets didn't remove from db

Post by InventoR »

We changed storage model in Sysconfig, Config.pm look this:

Code: Select all

    $Self->{'Ticket::StorageModule'} = 'Kernel::System::Ticket::ArticleStorageFS';
After that we run command:

Code: Select all

sudo -u otrs /opt/otrs/bin/otrs.Console.pl Admin::Article::StorageSwitch --target ArticleStorageFS
All tickets from Database copied to StorageFS, but didn't delete from Database.

Can you ask me, why didn't they from database?
Locked