From 3a6b69c3505f9f04fc2b3e9a41c55e315301d4b4 Mon Sep 17 00:00:00 2001 From: "feizhi.cfz" Date: Thu, 9 Nov 2023 10:43:00 +0800 Subject: [PATCH] fix obd.sh deploy failed as obd generate randome password --- tools/deploy/obd/config.yaml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deploy/obd/config.yaml.template b/tools/deploy/obd/config.yaml.template index a37eda4b2..b128268b2 100644 --- a/tools/deploy/obd/config.yaml.template +++ b/tools/deploy/obd/config.yaml.template @@ -7,6 +7,7 @@ oceanbase-ce: # You can also specify the configuration directly below (stored locally, switching the working directory and redeploying will still take effect) production_mode: false devname: lo + root_password: '' # memory_limit: '8G' # system_memory: '1G' # datafile_size: '20G'