345362231 opened a new issue #6574: URL: https://github.com/apache/incubator-doris/issues/6574
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.14.0-release-4c1e52261 ### What's Wrong? 使用minio作为s3的存储源,按照官方的备份恢复步骤进行操作。 第一步,创建s3的仓库,仓库名为s3_repo,创建成功。 第二步,创建备份,通过命令BACKUP SNAPSHOT kimi112.b1 TO s3_repo on (hash_k1_replace5_bak);创建备份成成功。 这里有个问题就是生成了2个__palo_repository_s3_repo文件件并在不同的目录中,这里有点怪。  第三步,查看备份信息,show snapshot on s3_repo可查看到  第四步,恢复快照,通过命令restore SNAPSHOT kimi112.b1 from s3_repo on (`hash_k1_replace5_bak`) PROPERTIES ("backup_timestamp"="2021-09-06-17-18-32" );执行命令成功。 第五步,查看恢复状态,进入到目标库,show restore;  这里downloading卡住,这里应该算是报错:get nothing from remote path: s3://velero/velero/__palo_repository_s3_repo/__ss_b1/__ss_content/__db_664542/__tbl_941686/__part_941685/__idx_941687/__941688 无法表恢复。 这里应该是备份路径不统一,应该是个bug。 在进行恢复的时候,不能获取到远程路径的数据,也应该是个bug。 ### What You Expected? 按照help cmd中的操作帮助,我不认为我操作有问题,那怎么解决这个备份还原问题,希望能得到帮助。谢谢 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
