zzz wrote: ↑20 Jan 2020, 21:00
Odd way of updating ...
That's most likely the browser cache.
Best regards
Emin
How so? I did the normal upgrade procedure below; however once you are upgraded, u cannot reinstall; as shown in my original screenshot. So, I had to remove it and reinstall it. After I reinstalled it, it was saying the otrs password (YES) was invalid, so I presumed my config wasn't brought back; thus I restored from backup.
This is my normal procedures:
** Stop Services **
su -c "/opt/otrs/bin/otrs.Daemon.pl stop" -s /bin/bash otrs Cron.sh
systemctl stop httpd.service
** Download & Install .RPM **
sudo wget
http://ftp.otrs.org/pub/otrs/RPMS/rhel/ ... noarch.rpm
Note: (6.0.18-01 and 6.0.19.2 are bugged, DO NOT UPDATE!)
sudo yum install otrs-6.0.25-01.noarch.rpm --nogpgcheck (auto restores config files and sets file permissions)
rm -r <otrs-filename>
y {enter} (when prompted)
[[ If you need to rebuild database/config, run the following:]] -- Browser too old error/bug
cd /opt/otrs/
su -c "scripts/DBUpdate-to-6.pl" -s /bin/bash otrs
su - otrs -s /bin/bash
bin/otrs.Console.pl Maint::Config::Rebuild
bin/otrs.Console.pl Admin::Package::UpgradeAll
** Start Services **
su -c "/opt/otrs/bin/otrs.Daemon.pl start" -s /bin/bash otrs Cron.sh
systemctl start httpd.service
Tony
OTRS version installed: v7.0.2 (.rpm)
OS: CENTOS7 (latest updates via -yum install)
OS: Ubuntu 20.04.3 (latest apt-get upgrades)
GURU: Microsoft & VMware Environments