myname855 opened a new issue, #1705:
URL: https://github.com/apache/doris-website/issues/1705
Path:/zh-CN/docs/admin-manual/data-admin/backup
我的doris版本是2.1.0,创建s3仓库后,根据官方文档执行backup 命令操作备份doris表数据,结果报错
报错如下:
MySQL [bi_dwd]> BACKUP SNAPSHOT bi_dwd.dwd_1820998084265857025
-> TO minio-repo
-> ON (dwd_1820998084265857025)
-> PROPERTIES ("type" = "full");
ERROR 1105 (HY000): ParseException, msg:
mismatched input 'BACKUP' expecting {'(', 'ALTER', 'CALL', 'CANCEL',
'CREATE', 'DELETE', 'DESC', 'DESCRIBE', 'DROP', 'EXPLAIN', 'EXPORT', 'INSERT',
'LOAD', 'PAUSE', 'REFRESH', 'REPLACE', 'RESUME', 'SELECT', 'SHOW', 'UPDATE',
'VALUES', 'WITH'}(line 1, pos 0)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]