serhan
serhan

Reputation: 253

cassandra upgrade problems 2.0 to 2.1

I am pretty new to cassandra so apologies if this is already covered.

On CentOS7, I am trying to upgrade to 2.1 (from 2.0) however after running
yum remove dsc2.0
when I run
yum install dsc21

I get multiple errors in the form of:

Transaction check error:
file /etc/rc.d/init.d/cassandra from install of cassandra21-2.1.2-1.noarch conflicts with file from package cassandra20-2.0.12-1.noarch
...... (many more such conflicts)

What am I forgetting? or is it safe to just delete each and every file reported to be conflicting?

Thanks, Serhan.

Upvotes: 2

Views: 637

Answers (1)

George
George

Reputation: 71

You would also need to run:

yum remove cassandra20

before installing dsc21

Upvotes: 7

Related Questions