{"id":15068,"date":"2020-02-20T13:51:17","date_gmt":"2020-02-20T13:51:17","guid":{"rendered":"https:\/\/dbtut.com\/?p=15068"},"modified":"2020-02-24T12:12:13","modified_gmt":"2020-02-24T12:12:13","slug":"how-to-install-couchbase-cluster-with-cli","status":"publish","type":"post","link":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/","title":{"rendered":"How To Install Couchbase Cluster with CLI"},"content":{"rendered":"<p>The purpose of our article is to install Couchbase Cluster via CLI. We can also install the cluster over the UI, but we will perform these operations over the CLI first.<\/p>\n<p>As a first step, Couchbase Server must be installed on the servers where we will install Cluster. You can access the answer of how to install Couchbase Server from the below article.<\/p>\n<p>&#8220;How To Install Couchbase Server on Ubuntu 16.04&#8221;<\/p>\n<p>We have two servers whose couchbase installations have been completed and we will start with Cluster Initialize as a first step. Here we start operations on our first machine.<\/p>\n<h4>Cluster-Init Syntax<\/h4>\n<pre class=\"lang:default decode:true \">couchbase-cli cluster-init [--cluster &lt;url&gt;] [--cluster-username &lt;username&gt;]\r\n    [--cluster-password &lt;password&gt;] [--cluster-port &lt;port&gt;]\r\n    [--cluster-ramsize &lt;megabytes&gt;] [--cluster-name &lt;name&gt;]\r\n    [--cluster-index-ramsize &lt;megabytes&gt;] [--cluster-fts-ramsize &lt;megabytes&gt;]\r\n    [--cluster-eventing-ramsize &lt;megabytes&gt;]\r\n    [--cluster-analytics-ramsize &lt;megabytes&gt;]\r\n    [--index-storage-setting &lt;setting&gt;] [--services &lt;services&gt;]\r\nDESCRIPTION<\/pre>\n<p>For our example, we prepare the script as follows.<\/p>\n<pre class=\"lang:default decode:true\">.\/couchbase-cli cluster-init -c &lt;IP_Address&gt; --cluster-username Administrator --cluster-password Abc12345 --services data,index,query --cluster-ramsize 2048 --cluster-index-ramsize 256 --cluster-name SQLTR-DEMO<\/pre>\n<p><strong>NOTE:<\/strong> You should write the IP information of our Cluster server and the server we will add, instead of &lt;IP_Address_Node_1&gt; and &lt;IP_Address_Node_2&gt;.<\/p>\n<p id=\"uPwIXLP\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-15069  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/img_5e4e7a9039dbd.png\" alt=\"\" width=\"928\" height=\"58\" \/><\/p>\n<p>We added Node to Cluster.<\/p>\n<p>After adding node, we need to start Rebalance and activate the node in Cluster.<\/p>\n<h4>Rebalance syntax<\/h4>\n<pre class=\"lang:default decode:true \">couchbase-cli rebalance [--cluster &lt;url&gt;] [--username &lt;user&gt;]\r\n    [--password &lt;password&gt;] [--server-remove &lt;servers&gt;] [--no-progress-bar]\r\n    [--no-wait]<\/pre>\n<p>For our example, we prepare the script as follows.<\/p>\n<pre class=\"lang:default decode:true\">.\/couchbase-cli rebalance --cluster=&lt;IP_Address&gt;:8091 --user Administrator --password Abc12345\r\nSUCCESS: Rebalance complete\r\n<\/pre>\n<h4>List couchbase clusters nodes<\/h4>\n<p>We will see our node list and their status.<\/p>\n<pre class=\"lang:default decode:true \">.\/couchbase-cli server-list --cluster=&lt;IP_Address&gt;:8091 --user Administrator --password Abc12345<\/pre>\n<p id=\"FrpgzNo\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-15070  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/img_5e4e7b9fe4127.png\" alt=\"\" width=\"930\" height=\"58\" \/><\/p>\n<h4>Create Bucket<\/h4>\n<p>We use our bucket-create function.<\/p>\n<p><strong>Bucket-create syntax:<\/strong><\/p>\n<pre class=\"lang:default decode:true \">couchbase-cli bucket-create [--cluster &lt;url&gt;] [--username &lt;user&gt;]\r\n    [--password &lt;password&gt;] [--bucket &lt;name&gt;] [--bucket-type &lt;type&gt;]\r\n    [--bucket-ramsize &lt;size&gt;] [--bucket-replica &lt;num&gt;]\r\n    [--bucket-priority &lt;priority&gt;] [--bucket-eviction-policy &lt;policy&gt;]\r\n    [--max-ttl &lt;seconds&gt;] [--compression-mode &lt;mode&gt;] [--enable-flush &lt;num&gt;]\r\n    [--enable-index-replica &lt;num&gt;] [--conflict-resolution &lt;type&gt;] [--wait]\r\n    [--database-fragmentation-threshold-percentage &lt;perc&gt;]\r\n    [--database-fragmentation-threshold-size &lt;megabytes&gt;]\r\n    [--view-fragmentation-threshold-percentage &lt;perc&gt;]\r\n    [--view-fragmentation-threshold-size &lt;megabytes&gt;] [--from-hour &lt;hour&gt;]\r\n    [--from-minute &lt;min&gt;] [--to-hour &lt;hour&gt;] [--to-minute &lt;min&gt;]\r\n    [--abort-outside &lt;0|1&gt;] [--parallel-db-view-compaction &lt;0|1&gt;]\r\n    [--purge-interval &lt;float&gt;]<\/pre>\n<p>For our example, we prepare the script as follows.<\/p>\n<pre class=\"lang:default decode:true \">.\/couchbase-cli bucket-create --cluster=&lt;IP_Address&gt;:8091 --user Administrator --password Abc12345 --bucket demo --bucket-type couchbase --bucket-ramsize 100 --bucket-replica 1 --compression-mode active\r\n<\/pre>\n<p id=\"dnFbGcu\"><img loading=\"lazy\" decoding=\"async\" class=\" wp-image-15071  aligncenter\" src=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/img_5e4e8cae7923c.png\" alt=\"\" width=\"921\" height=\"55\" \/><\/p>\n<p>&nbsp;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_15068\" class=\"pvc_stats all  \" data-element-id=\"15068\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The purpose of our article is to install Couchbase Cluster via CLI. We can also install the cluster over the UI, but we will perform these operations over the CLI first. As a first step, Couchbase Server must be installed on the servers where we will install Cluster. You can access the answer of how &hellip;<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_15068\" class=\"pvc_stats all  \" data-element-id=\"15068\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/dbtut.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":483,"featured_media":15072,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1387],"tags":[8880,8882,8881,8886,8884,8883,8885,8888,8887,8878,8879],"class_list":["post-15068","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-couchbase","tag-couchbase-cluster","tag-couchbase-cluster-configuration","tag-couchbase-cluster-init","tag-couchbase-cluster-setup","tag-couchbase-init-cluster","tag-couchbase-initialize-cluster","tag-couchbase-cli-cluster-init","tag-how-to-setup-and-configure-a-couchbase-cluster","tag-initialize-couchbase-cluster","tag-install-couchbase-cluster","tag-install-couchbase-cluster-with-cli"],"aioseo_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Install Couchbase Cluster with CLI - Database Tutorials<\/title>\n<meta name=\"description\" content=\"How To Install Couchbase Cluster with CLI\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Install Couchbase Cluster with CLI - Database Tutorials\" \/>\n<meta property=\"og:description\" content=\"How To Install Couchbase Cluster with CLI\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"Database Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-20T13:51:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-24T12:12:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png\" \/>\n\t<meta property=\"og:image:width\" content=\"545\" \/>\n\t<meta property=\"og:image:height\" content=\"236\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Yusuf KAHVEC\u0130\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yusuf KAHVEC\u0130\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\"},\"author\":{\"name\":\"Yusuf KAHVEC\u0130\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150\"},\"headline\":\"How To Install Couchbase Cluster with CLI\",\"datePublished\":\"2020-02-20T13:51:17+00:00\",\"dateModified\":\"2020-02-24T12:12:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\"},\"wordCount\":209,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png\",\"keywords\":[\"couchbase cluster\",\"couchbase cluster configuration\",\"couchbase cluster init\",\"couchbase cluster setup\",\"couchbase init cluster\",\"couchbase initialize cluster\",\"couchbase-cli cluster-init\",\"How to Setup and Configure a Couchbase Cluster\",\"Initialize couchbase cluster\",\"install couchbase cluster\",\"install couchbase cluster with cli\"],\"articleSection\":[\"Couchbase\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\",\"url\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\",\"name\":\"How To Install Couchbase Cluster with CLI - Database Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/dbtut.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png\",\"datePublished\":\"2020-02-20T13:51:17+00:00\",\"dateModified\":\"2020-02-24T12:12:13+00:00\",\"description\":\"How To Install Couchbase Cluster with CLI\",\"breadcrumb\":{\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png\",\"width\":545,\"height\":236},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbtut.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Install Couchbase Cluster with CLI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbtut.com\/#website\",\"url\":\"https:\/\/dbtut.com\/\",\"name\":\"Database Tutorials\",\"description\":\"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux\",\"publisher\":{\"@id\":\"https:\/\/dbtut.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbtut.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dbtut.com\/#organization\",\"name\":\"dbtut\",\"url\":\"https:\/\/dbtut.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"contentUrl\":\"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg\",\"width\":223,\"height\":36,\"caption\":\"dbtut\"},\"image\":{\"@id\":\"https:\/\/dbtut.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150\",\"name\":\"Yusuf KAHVEC\u0130\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/dbtut.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g\",\"caption\":\"Yusuf KAHVEC\u0130\"},\"url\":\"https:\/\/dbtut.com\/index.php\/author\/yusufkahveci\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Install Couchbase Cluster with CLI - Database Tutorials","description":"How To Install Couchbase Cluster with CLI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/","og_locale":"en_US","og_type":"article","og_title":"How To Install Couchbase Cluster with CLI - Database Tutorials","og_description":"How To Install Couchbase Cluster with CLI","og_url":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/","og_site_name":"Database Tutorials","article_published_time":"2020-02-20T13:51:17+00:00","article_modified_time":"2020-02-24T12:12:13+00:00","og_image":[{"width":545,"height":236,"url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png","type":"image\/png"}],"author":"Yusuf KAHVEC\u0130","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Yusuf KAHVEC\u0130","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#article","isPartOf":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/"},"author":{"name":"Yusuf KAHVEC\u0130","@id":"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150"},"headline":"How To Install Couchbase Cluster with CLI","datePublished":"2020-02-20T13:51:17+00:00","dateModified":"2020-02-24T12:12:13+00:00","mainEntityOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/"},"wordCount":209,"commentCount":0,"publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png","keywords":["couchbase cluster","couchbase cluster configuration","couchbase cluster init","couchbase cluster setup","couchbase init cluster","couchbase initialize cluster","couchbase-cli cluster-init","How to Setup and Configure a Couchbase Cluster","Initialize couchbase cluster","install couchbase cluster","install couchbase cluster with cli"],"articleSection":["Couchbase"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/","url":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/","name":"How To Install Couchbase Cluster with CLI - Database Tutorials","isPartOf":{"@id":"https:\/\/dbtut.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage"},"image":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png","datePublished":"2020-02-20T13:51:17+00:00","dateModified":"2020-02-24T12:12:13+00:00","description":"How To Install Couchbase Cluster with CLI","breadcrumb":{"@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#primaryimage","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2020\/02\/Ads\u0131z-14.png","width":545,"height":236},{"@type":"BreadcrumbList","@id":"https:\/\/dbtut.com\/index.php\/2020\/02\/20\/how-to-install-couchbase-cluster-with-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbtut.com\/"},{"@type":"ListItem","position":2,"name":"How To Install Couchbase Cluster with CLI"}]},{"@type":"WebSite","@id":"https:\/\/dbtut.com\/#website","url":"https:\/\/dbtut.com\/","name":"Database Tutorials","description":"MSSQL, Oracle, PostgreSQL, MySQL, MariaDB, DB2, Sybase, Teradata, Big Data, NOSQL, MongoDB, Couchbase, Cassandra, Windows, Linux","publisher":{"@id":"https:\/\/dbtut.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbtut.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/dbtut.com\/#organization","name":"dbtut","url":"https:\/\/dbtut.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/","url":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","contentUrl":"https:\/\/dbtut.com\/wp-content\/uploads\/2021\/02\/dbtutlogo.jpg","width":223,"height":36,"caption":"dbtut"},"image":{"@id":"https:\/\/dbtut.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dbtut.com\/#\/schema\/person\/695ad69b2bd896864842ba8772930150","name":"Yusuf KAHVEC\u0130","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/dbtut.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b7b4650ddb695869b13831d79f25c19ee915dc2151a7c8fcdf01538c295eb032?s=96&d=mm&r=g","caption":"Yusuf KAHVEC\u0130"},"url":"https:\/\/dbtut.com\/index.php\/author\/yusufkahveci\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/15068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/users\/483"}],"replies":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/comments?post=15068"}],"version-history":[{"count":0,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/posts\/15068\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media\/15072"}],"wp:attachment":[{"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/media?parent=15068"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/categories?post=15068"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbtut.com\/index.php\/wp-json\/wp\/v2\/tags?post=15068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}