Couchbase服务器还原

Couchbase服务器还原,couchbase,couchbase-sync-gateway,Couchbase,Couchbase Sync Gateway,我正在尝试从备份文件还原couchbase。我使用了以下命令: ./cbrestore /backup/2019-02-06T121650Z-full http://127.0.0.1:8091 -u Administrator -p password –bucket-source=my_bucket –bucket-destination=my_bucket 运行该命令时,出现以下错误: s0 error: async operation: error: conn.send() e

我正在尝试从备份文件还原couchbase。我使用了以下命令:

./cbrestore 
/backup/2019-02-06T121650Z-full 
http://127.0.0.1:8091 
-u Administrator -p password 
–bucket-source=my_bucket 
–bucket-destination=my_bucket
运行该命令时,出现以下错误:

s0 error: async operation: error: conn.send() exception: 
[Errno 32] Broken pipe on sink: http://10.128.0.2:8091(my_bucket@10.128.0.2:8091) 
error: conn.send() exception: [Errno 32] Broken pipe
我用过:

couchbase-server5.1.1 community edition
我的备份还有同步网关同步数据:

couchbase-sync-gateway 1.5.1 version

你能给我你正在使用的cbrestore的版本号吗?你能给我你正在使用的cbrestore的版本号吗?