Details
Description
original version of couchbase in which the backup was taken : 6.0.3
version of couchbase used in the test ; 7.1.0-1027
error seen in the test :
08:07:16 2021-06-21T19:37:17 [INFO] Running: /opt/couchbase/bin/cbbackupmgr restore --archive /fts/backup --repo fts_geo --threads 24 --cluster http://localhost:8091 --username Administrator --password password --disable-ft-indexes --disable-gsi-indexes
08:07:18
08:07:18 Fatal error: run() received nonzero return code 1 while executing!
08:07:18
08:07:18 Requested: /opt/couchbase/bin/cbbackupmgr restore --archive /fts/backup --repo fts_geo --threads 24 --cluster http://localhost:8091 --username Administrator --password password --disable-ft-indexes --disable-gsi-indexes
08:07:18 Executed: /bin/bash -l -c -o pipefail "/opt/couchbase/bin/cbbackupmgr restore --archive /fts/backup --repo fts_geo --threads 24 --cluster http://localhost:8091 --username Administrator --password password --disable-ft-indexes --disable-gsi-indexes"
08:07:18
08:07:18 =============================== Standard output ===============================
08:07:18
08:07:18 Error restoring cluster: cannot read backup config: backup config at '/fts/backup/exportFiles/backup-meta.json' not found
08:07:18
08:07:18 ================================================================================
08:07:18
08:07:18 Aborting.
Link to the job: http://perf.jenkins.couchbase.com/view/FTS/job/atlas-sdk/13622/
Link to the cbcollect logs:
https://s3-us-west-2.amazonaws.com/perf-artifacts/jenkins-atlas-sdk-13622/172.23.99.211.zip
https://s3-us-west-2.amazonaws.com/perf-artifacts/jenkins-atlas-sdk-13622/172.23.99.39.zip
https://s3-us-west-2.amazonaws.com/perf-artifacts/jenkins-atlas-sdk-13622/172.23.99.40.zip
Verified on build 7.1.0-2469. Backup repo in 6.0.3 was used to restore with cbbackupmgr in build 7.1.0-2469
[root@s44015 ~]# /opt/couchbase/bin/cbbackupmgr restore --auto-create-buckets -c localhost -u Administrator -p password -a /tmp/bk/ -r bk
Restoring backup '2022-03-11T09_41_00.896860342-08_00'
Copied all data in 6.936s (Avg. 29.04KiB/Sec) 586 items / 174.26KiB
[==================================================================================================================================================================================================================================================== ] 100.00%
| Transfer
| --------
| Status | Avg Transfer Rate | Started At | Finished At | Duration |
| Succeeded | 29.04KiB/s | Fri, 11 Mar 2022 09:47:27 -0800 | Fri, 11 Mar 2022 09:47:34 -0800 | 6.946s |
| Bucket
| ------
| Name | Status | Transferred | Avg Transfer Rate | Started At | Finished At | Duration |
| gamesim-sample | Succeeded | 174.26KiB | 174.26KiB/s | Fri, 11 Mar 2022 09:47:33 -0800 | Fri, 11 Mar 2022 09:47:34 -0800 | 1.174s |
|
| Mutations | Deletions | Expirations |
| --------- | --------- | ----------- |
| Received | Errored | Skipped | Received | Errored | Skipped | Received | Errored | Skipped |
| 586 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Restore completed successfully
[root@s44015 ~]#