File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- export CB_VERSION=7.0.0
5
+ export CB_VERSION=7.0.2
6
6
export CB_RELEASE_URL=https://packages.couchbase.com/releases
7
- export CB_PACKAGE=couchbase-server-community_7.0.0 -ubuntu18.04_amd64.deb
7
+ export CB_PACKAGE=couchbase-server-community_7.0.2 -ubuntu18.04_amd64.deb
8
8
9
9
# Community Edition requires that all nodes provision all services or data service only
10
10
export SERVICES=" kv,n1ql,index,fts"
@@ -40,7 +40,7 @@ sudo apt-get update
40
40
sudo apt-get install -yq libcouchbase3 libcouchbase-dev build-essential libssl1.0.0 runit wget python-httplib2 chrpath tzdata lsof lshw sysstat net-tools numactl
41
41
42
42
echo " # Downloading couchbase"
43
- wget -q -N $CB_RELEASE_URL /$CB_VERSION /$CB_PACKAGE
43
+ wget -q -N $CB_RELEASE_URL /$CB_VERSION /$CB_PACKAGE || echo " Failed to download Couchbase $CB_RELEASE_URL "
44
44
sudo dpkg -i ./$CB_PACKAGE && rm -f ./$CB_PACKAGE
45
45
46
46
# Wait until it's ready
You can’t perform that action at this time.
0 commit comments