OTRS Centos Compatibility (Attempting Upgrades)
Moderator: crythias
-
- Znuny newbie
- Posts: 1
- Joined: 27 Jul 2016, 17:48
- Znuny Version: 3.2.7
- Company: Front Range Internet Inc.
OTRS Centos Compatibility (Attempting Upgrades)
Currently I am attempting to complete a project for the company I work for to get us off of OTRS 3.2.7. I've already gone through the entire upgrade process and made sure I can perform it but finally realized that there was not a compatibility with 3.3 on Centos 5.11. Now, the scenario at hand is that according to upgrades I am required to go to 3.3 to get to 4 and that's understandable. SO the end goal is to get to 4 and I understand to do so I will need to port this over to a newer Centos system. So now the problem. From the RPM libraries from what I can tell 3.2 is the highest compatibility on Centos 5. 3.3 is ONLY compatible on Centos 6 (but also 4.0 and up is compatible on Centos 6) and Centos 7 is only compatible with OTRS 4 and up. Now my systems engineer would prefer if I move this install to Centos 7 so we can run all of our new stuff on Centos 7 and OTRS 3.3 is purely just a means to get to 4. So The only thing I can figure to do is to spin up Centos 6 migrate otrs 3.2 to the Centos 6 machine, upgrade to 3.3, upgrade to 4, then spin up a Centos 7 and migrate to 7. NOW that sounds like a pain in the ass, so does anyone know if i cn get away with just migrating 3.2 to the centos 7 server and running the upgrade (using tarball of course as there is no repo) or is there going to be problems with that?
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: OTRS Centos Compatibility (Attempting Upgrades)
There should be not problem to do the whole migration on your CentOS 7 box. Here's what I did on my local VM (minimal CentOS 7 setup):
Why you don't go straight to OTRS 5?
Code: Select all
[root@localhost ~]# cat /etc/centos-release
CentOS Linux release 7.2.1511 (Core)
[root@localhost ~]# yum install -y http://ftp.otrs.org/pub/otrs/RPMS/rhel/6/otrs-3.3.15-01.noarch.rpm
Loaded plugins: fastestmirror
otrs-3.3.15-01.noarch.rpm | 19 MB 00:00:06
Examining /var/tmp/yum-root-5xCdWm/otrs-3.3.15-01.noarch.rpm: otrs-3.3.15-01.noarch
Marking /var/tmp/yum-root-5xCdWm/otrs-3.3.15-01.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package otrs.noarch 0:3.3.15-01 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=========================================================================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================================================================
Installing:
otrs noarch 3.3.15-01 /otrs-3.3.15-01.noarch 74 M
Transaction Summary
=========================================================================================================================================================================
Install 1 Package
Total size: 74 M
Installed size: 74 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Check OTRS user ... otrs added.
Installing : otrs-3.3.15-01.noarch 1/1
Next steps:
[httpd services]
Restart httpd 'service httpd restart'
[install the OTRS database]
Make sure your database server is running.
Use a web browser and open this link:
http://localhost/otrs/installer.pl
[OTRS services]
Start OTRS 'service otrs start' (service otrs {start|stop|status|restart).
((enjoy))
Your OTRS Team
Verifying : otrs-3.3.15-01.noarch 1/1
Installed:
otrs.noarch 0:3.3.15-01
Complete!
[root@localhost ~]# cat /opt/otrs/RELEASE
PRODUCT = OTRS
VERSION = 3.3.15
BUILDDATE = Wed Sep 23 20:31:18 CEST 2015
BUILDHOST = otrsbuild.otrs.com
[root@localhost ~]#
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?