Fortunately - i have a mysql backup

So - i createad a fresh ubuntu xenial machine, restored there mysql backup, install otrs(from distro) and try to upgrade database. I've installed needed perl modules, configured login and password to mysql database, and then i check connection to db:
Code: Select all
otrs@otrs:~$ bin/otrs.Console.pl Maint::Database::Check
Trying to connect to database 'DBI:mysql:database=otrs;host=localhost;port=3306;' with user 'otrs'...
Connection successful.
Code: Select all
otrs@otrs:~$ scripts/DBUpdate-to-3.2.pl
Migration started...
$Kernel::OM is not defined, please initialize your object manager at /usr/share/otrs/Kernel/System/Log.pm line 67.
Kernel::System::Log::new("Kernel::System::Log", "LogPrefix", "OTRS-DBUpdate-to-3.2", "ConfigObject", Kernel::Config=HASH(0x2139128)) called at scripts/DBUpdate-to-3.2.pl line 134
main::_CommonObjectsBase() called at scripts/DBUpdate-to-3.2.pl line 66

TIA for any suggestions