Cbbackupmgr restore is successful, but no data is restored. The buckets are empty

Hi @bwilliams,

Thanks for the extensive write-up of you’re debugging process, it’s extremely useful!

I’m using these commands from inside the Docker instance

To confirm, each of your commands are being run inside the docker container, using a command such as docker exec -it <id> bash?

/usr/local/halix/backup

How is directory being accessed in the docker container, are you passing the directory through as a bind mount?

$ curl -u <username>:<password> localhost:8091/pools
{"isAdminCreds":true,"isROAdminCreds":false,"isEnterprise":true,"allowedServices":["kv","n1ql","index","fts","cbas","eventing","backup"],"isDeveloperPreview":false,"packageVariant":"linux/docker","pools":[{"name":"default","uri":"/pools/default?uuid=792a10e8eeebcec9a177202739d3229d","streamingUri":"/poolsStreaming/default?uuid=792a10e8eeebcec9a177202739d3229d"}],"settings":{"maxParallelIndexers":"/settings/maxParallelIndexers?uuid=792a10e8eeebcec9a177202739d3229d","viewUpdateDaemon":"/settings/viewUpdateDaemon?uuid=792a10e8eeebcec9a177202739d3229d"},"uuid":"792a10e8eeebcec9a177202739d3229d","implementationVersion":"7.1.3-3479-enterprise","componentsVersion":{"asn1":"5.0.18","crypto":"5.0.6.3","chronicle":"0.0.1","public_key":"1.12.0.1","os_mon":"2.7.1","inets":"7.5.3.1","kernel":"8.3.2.1","stdlib":"3.17.2","ale":"0.0.0","lhttpc":"1.3.0","sasl":"4.1.2","ssl":"10.7.3.3","ns_server":"7.1.3-3479-enterprise"}}

Please could you provide the output of the previous command for both the clusters you have running.

When I run the restore command I listed above, it completes in about 400ms.

If you still have this backup archive, please could collect the logs using `cbbackupmgr collect-logs` and share them?

Thanks in advance,
James