Question about upgrading.

Moderator: crythias

Locked
Lubomirsb
Znuny newbie
Posts: 83
Joined: 15 Nov 2013, 15:19
Znuny Version: 4.0.13
Real Name: Lubomir
Company: Expert-M

Question about upgrading.

Post by Lubomirsb »

We have OTRS 3.3.4 installed. If we want to upgrade to 4.0.11 what we need to do ? Upgrade to 4.0.1 then to 4.0.11 or we can upgrade directly from 3.3.4 to 4.0.11 ?
OTRS 3.3.4 ,Centos 6.5
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Question about upgrading.

Post by RStraub »

You can do it directly. Just make sure you take care of the migration steps.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Lubomirsb
Znuny newbie
Posts: 83
Joined: 15 Nov 2013, 15:19
Znuny Version: 4.0.13
Real Name: Lubomir
Company: Expert-M

Re: Question about upgrading.

Post by Lubomirsb »

Thank you ! One more thing. Mysql version is 5.1.71. Should we upgrade to 5.5 ?
OTRS 3.3.4 ,Centos 6.5
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Question about upgrading.

Post by RStraub »

Don't know about recommendations. The manual says:

Code: Select all

Database support
MySQL 5.0 or higher
MariaDB
PostgreSQL 8.4 or higher
Oracle 10g or higher
The section in the manual about installation of Perl modules describes in more detail how you can set up those which are needed for OTRS.
If you install a binary package of OTRS, which was built for your operating system (rpm), either the package contains all Perl modules needed or the package manager of your system should take care of the dependencies of the Perl modules needed.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Question about upgrading.

Post by wurzel »

Hi,

you can use your old mysql version.

As far as I know mysql 5.0/5.1 is using MyISAM as storage engine, OTRS will complain about
it during upgrading. You should switch to InnoDB. It will work fine on a 5.0 and 5.1.

I heard from some mysql experts that InnoDB on a <5.5 is slower. So my recommendation
would be: update to 5.5 -> switch to InnoDB -> Upgrade OTRS :)

Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Locked