Splunk Enterprise

Conflicts with package file, trying to upgrade splunk 8.8 to 8.2.7

imontanoisoft
Explorer

My installer is in the otp path, along with other splunk installer

[root@siem-security opt]# ls
splunk splunk-8.0.0-1357bef0a7f6-linux-2.6-x86_64.rpm splunk-enterprise-security_530.spl
splunk-7.2.6-c0bf0f679ce9-linux-2.6-x86_64.rpm splunk-8.2.7-2e1fca123028-linux-2.6-x86_64.rpm splunkforwarder-7.2.6-c0bf0f679ce9-linux-2.6-x86_64.rpm
 I allready have splunk installed with version 8.0.0 and when I run
rpm -ivh splunk-8.2.7-2e1fca123028-linux-2.6-x86_64.rpm 

I get the following error with many package files, this is only part of the error

splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/layout/admin_lite.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/layout/view.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/layout/wizard.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/lib.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/licensing/overview.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/licensing/usage.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
splunk-8.2.7-2e1fca123028.x86_64 installation file /opt/splunk/share/splunk/search_mrsparkle/templates/pages/static.html conflicts with package file splunk-8.0.0-1357bef0a7f6.x86_64
 
Labels (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

When upgrading Splunk using the .rpm file, use the -U option.

rpm -Uvh splunk-8.2.7-2e1fca123028-linux-2.6-x86_64.rpm

 

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

When upgrading Splunk using the .rpm file, use the -U option.

rpm -Uvh splunk-8.2.7-2e1fca123028-linux-2.6-x86_64.rpm

 

---
If this reply helps you, Karma would be appreciated.
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...