OTRS upgrade to 5.0.12
Moderator: crythias
-
- Znuny newbie
- Posts: 15
- Joined: 13 Jan 2016, 18:11
- Znuny Version: otrs5free
- Real Name: Jan
- Company: Tantalus
OTRS upgrade to 5.0.12
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
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
-
- 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
Do you talk about the package manager of the OS? Please give more details.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
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 ?
-
- 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
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
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
Re: OTRS upgrade to 5.0.12
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
Thank you, Jojo!
so in the future, should I always use RPM?
Jan
so in the future, should I always use RPM?
Jan
Re: OTRS upgrade to 5.0.12
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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
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
-
- 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
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 outputjstefanovic 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

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 ?
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 ?
-
- 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
Thaaaaaaaaaaaaaanx!!!