【详述】创建阿里云备份仓库失败
【背景】创建阿里云备份仓库
【业务影响】五
【是否存算分离】
【StarRocks版本】2.3.12
【集群规模】例如:1fe+3be(fe与be混部)
【机器信息】CPU虚拟核/内存/网卡,例如:8C/16G
【联系方式】
【附件】
- 执行
- CREATE REPOSITORY “oss_repo”
WITH BROKER
ON LOCATION “oss://test-bucket/doris_backup”
PROPERTIES (
“fs.oss.accessKeyId” = “”,
“fs.oss.secret.key” = “”,
“fs.oss.endpoint” = “oss-cn-hangzhou.aliyuncs.com”
);
- CREATE REPOSITORY “oss_repo”
- 报错:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REPOSITORY' at line 1