where can I download couchbase 6 community versions for centos 7.
I only see the downloads available for 6.5.0 and 6.5.1
where can I download couchbase 6 community versions for centos 7.
I only see the downloads available for 6.5.0 and 6.5.1
@sagarkvs
In Centos, download and install Couchbase packages repo if you didn’t installed them.
curl -O https://packages.couchbase.com/releases/couchbase-release/couchbase-release-1.0-x86_64.rpm
rpm -i ./couchbase-release-1.0-x86_64.rpm
Enter the following command to list all available packages
yum list --showduplicates couchbase-server-community
You could see an ouput like below.
[root@localhost data]# yum list --showduplicates couchbase-server-community
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.excellmedia.net
 * extras: centos.excellmedia.net
 * updates: centos.excellmedia.net
Available Packages
couchbase-server-community.x86_64                                                 4.0.0-4051                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 4.1.0-5005                                                 couchbase-server-community
couchbase-server-community.x86_64                                                 4.1.1-5914                                                 couchbase-server-community
couchbase-server-community.x86_64                                                 4.5.0-2601                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 4.5.1-2844                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 5.0.1-5003                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 5.1.1-5723                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 6.0.0-1693                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 6.5.0-4966                                                 couchbase-server-community 
couchbase-server-community.x86_64                                                 6.5.1-6299                                                 couchbase-server-community 
Install the required version using the following command.
yum install couchbase-server-community-6.0.0-1693
I hope this helps.
thanks @jefinjeeva, could not able to download 5.0.1 with the provided information.
Found the other way round.
https://packages.couchbase.com/releases/5.0.1/couchbase-server-community-5.0.1-centos7.x86_64.rpm
Does anyone know how to download 2.5.1 version ?
Hi @jefinjeeva,
I am seeing an access denied error on the below packages links which were accessible earlier.
Is there any other repo where we can list all the versions of couchbase?
https://packages.couchbase.com/releases/
https://packages.couchbase.com/releases/couchbase-release