databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: Stop startup if the configure is wrong

Open wubx opened this issue 3 years ago • 2 comments

Summary

Today I have added one configure

[storage]
# fs | s3 | azblob | obs
type = "s3"
# add this
allow_insecure = "true"

databend-query startup without any error, but when I login databend, I can't even find my data.

Except: If the configuration is wrong, Please Stop, do not go to the default parameter boot.

wubx avatar Oct 20 '22 10:10 wubx

[meta]
# To enable embedded meta-store, set address to "".
embedded_dir = "./.databend/meta_embedded_1"
address = ["192.168.1.100:9191","192.168.1.100:9192"]

make databend-query enter default startup.

wubx avatar Oct 25 '22 09:10 wubx

this's very useful in product :)

FANNG1 avatar Nov 02 '22 03:11 FANNG1