Windows->Linux migration - Missing perl scripts

Moderator: crythias

Locked
steikebiffen
Znuny newbie
Posts: 3
Joined: 04 Nov 2015, 13:53
Znuny Version: 5.0.1-03

Windows->Linux migration - Missing perl scripts

Post by steikebiffen »

Hi

I'm trying to migrate an otrs database

from: Windows OTRS 3.2.2
to: OTRS 5 (otrs-5.0.1-03.noarch.rpm) running on centos 7 with postgresql 9.4

Following the documentation installation-on-windows.html.

Under the step: Reinstall all packages it requests to run the following perl scripts:
shell> perl bin/otrs.DeleteCache.pl
shell> perl bin/otrs.LoaderCache.pl -o delete
shell> perl bin/otrs.PackageManager.pl -a reinstall-all

But they don't exist in my bin/ folder, only the following:

[root@otrs2 otrs]# perl bin/otrs.
otrs.CheckModules.pl otrs.Console.pl otrs.PostMaster.pl
otrs.CheckSum.pl otrs.Daemon.pl otrs.SetPermissions.pl

Any ideas?
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Windows->Linux migration - Missing perl scripts

Post by reneeb »

Those scripts are now part of otrs.Console.pl. Run otrs.Console.pl to get an overview of all available commands.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked