Skip to content

Commit

Permalink
Revert "update package couchbase url"
Browse files Browse the repository at this point in the history
This reverts commit cda450c.
  • Loading branch information
Giallombardo Nathan committed Dec 6, 2024
1 parent cda450c commit b81e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_couchbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ USER=$3
PASSWORD=$4


wget https://packages.couchbase.com/releases/$VERSION/couchbase-server-enterprise_$VERSION-linux_amd64.deb
dpkg -i couchbase-server-enterprise_$VERSION-linux_amd64.deb
wget https://packages.couchbase.com/releases/$VERSION/couchbase-server-enterprise_$VERSION-ubuntu20.04_amd64.deb
dpkg -i couchbase-server-enterprise_$VERSION-ubuntu20.04_amd64.deb
sleep 8
sudo service couchbase-server status
/opt/couchbase/bin/couchbase-cli cluster-init -c 127.0.0.1:8091 --cluster-username=admin --cluster-password=password --cluster-ramsize=320 --cluster-index-ramsize=256 --cluster-fts-ramsize=256 --services=data,index,query,fts
Expand Down

0 comments on commit b81e1da

Please sign in to comment.