From f5fb6abc7b95de910c126a3abb7bbc2b72e0c686 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Mon, 22 Sep 2025 11:09:30 +0530 Subject: [PATCH] Update rest-initialize-cluster.adoc Made the change in 8.0 which is approved by the requester. Now porting it to other Server branches. https://github.com/couchbase/docs-server/pull/3865/files --- modules/rest-api/pages/rest-initialize-cluster.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/pages/rest-initialize-cluster.adoc b/modules/rest-api/pages/rest-initialize-cluster.adoc index 0362c5e058..673416c9a0 100644 --- a/modules/rest-api/pages/rest-initialize-cluster.adoc +++ b/modules/rest-api/pages/rest-initialize-cluster.adoc @@ -54,7 +54,7 @@ curl -X POST http://:8091/clusterInit -d afamily=[ 'ipv4' | 'ipv6' ] -d afamilyOnly=[ true | false ] -d nodeEncryption=[ 'on' | 'off' ] - -d indexerStorageMode=[ 'plasma' | 'magma' ] + -d indexerStorageMode=[ 'plasma' | 'magma' | `forestdb' ] -d port='SAME' -d allowedHosts= ----