scylla: bump version to 3.0
This commit is contained in:
committed by
Michal Matczuk
parent
1fda6f1e29
commit
eddedae353
@@ -4,7 +4,7 @@ set -e
|
|||||||
case ${DB} in
|
case ${DB} in
|
||||||
|
|
||||||
scylla)
|
scylla)
|
||||||
sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/20fc70b18261bf832cf8e0733a27979c/ubuntu/scylladb-2.1-trusty.list
|
sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/20fc70b18261bf832cf8e0733a27979c/ubuntu/scylladb-3.0-trusty.list
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
sudo apt-get install -y --allow-unauthenticated scylla-server
|
sudo apt-get install -y --allow-unauthenticated scylla-server
|
||||||
sudo /usr/bin/scylla --options-file /etc/scylla/scylla.yaml ${SCYLLA_OPTS} &> /tmp/scylla.log &
|
sudo /usr/bin/scylla --options-file /etc/scylla/scylla.yaml ${SCYLLA_OPTS} &> /tmp/scylla.log &
|
||||||
|
|||||||
Reference in New Issue
Block a user