Skip to content

Commit

Permalink
Upgraded Couchbase version to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 6, 2024
1 parent 4286e24 commit df67973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Scripts/install_couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -e

# https://packages.couchbase.com/releases/7.1.1/couchbase-server-community_7.1.1-ubuntu18.04_amd64.deb
export CB_VERSION=7.1.1
# https://packages.couchbase.com/releases/7.2.2/couchbase-server-community_7.2.2-linux_amd64.deb
export CB_VERSION=7.2.2
export CB_RELEASE_URL=https://packages.couchbase.com/releases
export CB_PACKAGE=couchbase-server-community_7.1.1-ubuntu18.04_amd64.deb
export CB_PACKAGE=couchbase-server-community_7.2.2-linux_amd64.deb

# Community Edition requires that all nodes provision all services or data service only
export SERVICES="kv,n1ql,index,fts"
Expand Down

0 comments on commit df67973

Please sign in to comment.