From 7ad3e3263c82a7b176f7f1adeba2b1b67b11bb13 Mon Sep 17 00:00:00 2001 From: Georges Date: Sat, 6 Jan 2024 03:54:56 +0100 Subject: [PATCH] Fixed Couchbase build --- bin/ci/scripts/install_couchbase.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ci/scripts/install_couchbase.sh b/bin/ci/scripts/install_couchbase.sh index a9e1ad1e..70a3855a 100755 --- a/bin/ci/scripts/install_couchbase.sh +++ b/bin/ci/scripts/install_couchbase.sh @@ -72,6 +72,7 @@ echo "# 4) Setting up the bucket" curl -i "http://127.0.0.1:8091/pools/default/buckets" \ -d name=phpfastcache \ -d ramQuotaMB=256 \ + -d flushEnabled=1 \ -u ${USERNAME}:${PASSWORD} \