supports the Enterprise Edition of Couchbase 4.6, 5.x and , 6.x and 7.0. This includes maintenance releases. Note |
---|
| It may be the case that the latest version available is not yet supported by. It is recommended that you contact Support to check if supports the lastest version. |
In order for to communicate with the Couchbase database, the couchbase.mzp package must be included in your installation. When the couchbase.mzp package is installed in, the Couchbase database can be installed by following these steps: - Open a web browser and go to http://www.couchbase.com.
- Click Downloads.
- Select the Enterprise edition for your operating system.
Click on Install Instructions to view information on how to install Couchbase. Note |
---|
| It is important that you perform the steps that are specific to your operating system. For instance, when you install Couchbase on an operating system that is based on Red Hat Enterprise Linux, Transparent Huge Pages (THP) should be disabled on all server nodes. |
Note |
---|
| Couchbase services required by are: These links refer to the current Couchbase version (6.6 as of this writing). If you install a different version, refer to docs.couchbase.com for the corresponding documentation version. |
In the Couchbase documentation, review the subtopics under Deployment Considerations in Administration. Note |
---|
| For the optimal Couchbase Server operations, you must set swappiness to 0 (zero) as described in the topic about swap space. |
- Start a web browser and go to http://localhost:8091/.
The Couchbase Web Administration interface opens.
The Coucbhase Web Administration interface
- Click the Setup New Cluster button and follow the instructions https://developer.couchbase.com/documentation/server/5.1/install/init-setup.html. The Couchbase Web Console opens displaying the Dashboard.
The Couchbase Dashboard
- In the Dashboard, select Settings and click on the Auto-Compaction tab. Select the check box Compact Buckets and View indexes in parallel. When you have a large number of documents in the database, creating iterators may sometimes fail. Enabling this setting may help to mitigate this problem.
- Repeat the installation on all the Couchbase nodes in the cluster, and ensure that you select the option Join Existing Cluster during the installation of the remaining nodes.
- In the Dashboard on any of the nodes, select Servers and click the Rebalance button to distribute the data between the nodes evenly.
Couchbase Dashboard showing the Rebalance button
- Couchbase has now been installed, and buckets for each created Couchbase profile will be generated and visible in the Couchbase Web Console, as soon as the data buckets are called.
|