I'll start from the beginning:
Case: I have to update from an OTRS 5 (already in use for years) to OTRS 6.
I followed Update from OTRS 5 to OTRS 6 of the OTRS Docs.
I did everything as described until it comes to converting the XML configuration files. Therefor I need Perl.
The default installed Perl version is 5.10.*. For converting those XML, I need at least 5.16.*.
I installed Perl-5.20.* manually by downloading the .gz and following installation instructions.
Command 'perl -v' still shows perl-5.10
.
I googled how to switch between several Perl versions and found "perlbrew". I installed it. I used the command: perlbrew list
. This should show me all installed perls. It didn't show me nothing. So I installed Perl v.5.26.* via Perlbrew and switched to it. It seemed to work.
Using command perl -v
still shows me Perl-5.10.*
.
I read through the whole internet. I however can't switch to a new Perl version, so I can't convert those XMLs. Because the Migration Script still tells me, there is Perl 5.10 installed and at least 5.16 needed.
What am I doing wrong?