ERROR 1105 (HY000): errCode = 2, detailMessage = Storage Vault is only supported for cloud mode #49267
Unanswered
juyiletin
asked this question in
A - General / Q&A
Replies: 1 comment
-
Hello, this seems to be the wrong pattern, you can see how your environment is configured in fe/be.conf and deploy_mode= "cloud" is not caused by this quotation mark. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Doris 3+, I read the guide of Deploy Separating Storage Compute Cluster Manually.


As referred, but I do not find the deploy_mode key in fe.conf. And I set the kv pair
deploy_mode="cloud"
in both fe.conf and be.conf.And I start fdb, ms, fe, be successfully.
But when I create STORAGE VAULT s3_vault in mysql client, it throw exception.
ERROR 1105 (HY000): errCode = 2, detailMessage = Storage Vault is only supported for cloud mode
It seems that my configuration has not taken effect. How do I configure the cloud mode?
Beta Was this translation helpful? Give feedback.
All reactions