OTRS upgrade to 5.0.12

Moderator: crythias

Locked
jstefanovic
Znuny newbie
Posts: 15
Joined: 13 Jan 2016, 18:11
Znuny Version: otrs5free
Real Name: Jan
Company: Tantalus

OTRS upgrade to 5.0.12

Post by jstefanovic »

Hi guys,

I just upgraded OTRS from 5.0.10 to 5.0.12 via Package manager, yet our version still shows 5.0.10

[root@xxxxx otrs]# cat /opt/otrs/RELEASE
PRODUCT = OTRS
VERSION = 5.0.10
BUILDDATE = Wed May 11 20:04:55 CEST 2016
BUILDHOST = otrsbuild.otrs.com

Should I just install a new version via *.rpm?

Any help will be greatly appreciated!

Jan
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: OTRS upgrade to 5.0.12

Post by root »

jstefanovic wrote: I just upgraded OTRS from 5.0.10 to 5.0.12 via Package manager, yet our version still shows 5.0.10
Do you talk about the package manager of the OS? Please give more details.
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 ?
jstefanovic
Znuny newbie
Posts: 15
Joined: 13 Jan 2016, 18:11
Znuny Version: otrs5free
Real Name: Jan
Company: Tantalus

Re: OTRS upgrade to 5.0.12

Post by jstefanovic »

Thanks for your answer, yes, I've updated via Package Manager from Dashboard->Admin
But after reading online helps, I've decide to backup everything then I run yum localinstall

yum localinstall --nogpgcheck otrs-5.0.12-01.noarch.rpm

after restart, all is fine and we are officially at 5.0.12

Thank you for your time, have a great weekend!

Jan
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS upgrade to 5.0.12

Post by jojo »

The package manager will only update installed packages but not the framework
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
jstefanovic
Znuny newbie
Posts: 15
Joined: 13 Jan 2016, 18:11
Znuny Version: otrs5free
Real Name: Jan
Company: Tantalus

Re: OTRS upgrade to 5.0.12

Post by jstefanovic »

Thank you, Jojo!

so in the future, should I always use RPM?

Jan
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS upgrade to 5.0.12

Post by jojo »

yes
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
jstefanovic
Znuny newbie
Posts: 15
Joined: 13 Jan 2016, 18:11
Znuny Version: otrs5free
Real Name: Jan
Company: Tantalus

Re: OTRS upgrade to 5.0.12

Post by jstefanovic »

Thaaaaaaaanx!

BTW, the update via rmp did not pick up /etc/httpd/conf.d/zzz_otrs.conf

so our client interface was not redirected anymore... just a note for somebody upgrading OTRS

Jan
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: OTRS upgrade to 5.0.12

Post by root »

jstefanovic wrote:Thaaaaaaaanx!

BTW, the update via rmp did not pick up /etc/httpd/conf.d/zzz_otrs.conf

so our client interface was not redirected anymore... just a note for somebody upgrading OTRS

Jan
The rpm create this file. If you cahnge it is not updated and the new one is renamed to zzz_otrs.conf.rpmnew - I suggest this was in the output ;-)

Fix the Apache httpd config to leave this file untouched and the next time it's running smooth.
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 ?
jstefanovic
Znuny newbie
Posts: 15
Joined: 13 Jan 2016, 18:11
Znuny Version: otrs5free
Real Name: Jan
Company: Tantalus

Re: OTRS upgrade to 5.0.12

Post by jstefanovic »

Thaaaaaaaaaaaaaanx!!!
Locked