Details
-
Bug
-
Resolution: Fixed
-
Minor
-
6.0.4, 6.5.1, 6.5.0, Cheshire-Cat
-
Untriaged
-
Unknown
Description
Problem
For performance tests we have a backup made that is restored before each test in a certain suite. We run this suite of tests for 6.0.4, 6.5.0, 6.5.1, and 7.0.0. Restore does not work for all four versions.
7.0.0 - http://perf.jenkins.couchbase.com/job/hebe/5954/ - works
6.5.0 - http://perf.jenkins.couchbase.com/job/hebe/5965/ - doesnt
6.5.1 - http://perf.jenkins.couchbase.com/job/hebe/5966/ - doesnt
6.0.4 - http://perf.jenkins.couchbase.com/job/hebe/5967/ - works
Here is what the backup repo looks like:
[root@172-23-100-204 backups]# ls -la
|
|
total 8
|
drwxr-xr-x 4 root root 47 Feb 11 10:22 .
|
dr-xr-xr-x. 24 root root 4096 Dec 21 17:11 ..
|
-rw-rw---- 1 root root 19 Jul 30 2019 .backup
|
drwxrwx--- 2 root root 44 Jan 20 14:41 logs
|
drwxrwx--- 3 root root 73 Jan 20 14:26 soe10M
|
|
[root@172-23-100-204 backups]# cat .backup
|
{
|
"version": 1
|
}
|
|
|
[root@172-23-100-204 backups]# cd soe10M/
|
[root@172-23-100-204 soe10M]# ls -la
|
total 4
|
drwxrwx--- 3 root root 73 Jan 20 14:26 .
|
drwxr-xr-x 4 root root 47 Feb 11 10:22 ..
|
drwxrwx--- 3 root root 107 Jan 20 14:30 2020-01-20T14_26_39.095735135-08_00
|
-rw-rw---- 1 root root 491 Jan 20 14:26 backup-meta.json
|
|
|
[root@172-23-100-204 soe10M]# cat backup-meta.json
|
{
|
"exclude_buckets": [],
|
"include_buckets": [],
|
"exclude_collections": [],
|
"include_collections": [],
|
"filter_keys": "",
|
"filter_values": "",
|
"disable_cluster_config": true,
|
"disable_bucket_config": false,
|
"disable_views": false,
|
"disable_gsi_indexes": false,
|
"disable_queries": true,
|
"disable_ft_indexes": false,
|
"disable_data": false,
|
"disable_eventing": false,
|
"allow_bucket_creation": false,
|
"filter_vbuckets": {
|
"list": [],
|
"enabled": false
|
}
|
}
|
|
[root@172-23-100-204 2020-01-20T14_26_39.095735135-08_00]# ls -la
|
total 12
|
drwxrwx--- 3 root root 107 Jan 20 14:30 .
|
drwxrwx--- 3 root root 73 Jan 20 14:26 ..
|
drwxrwx--- 3 root root 144 Jan 20 14:26 bucket-1-62951419f66ff68c2a7f7e8c5cb23839
|
-rw-rw---- 1 root root 4 Jan 20 14:30 events.json
|
-rw-rw---- 1 root root 3030 Jan 20 14:30 plan.json
|
-rw-rw---- 1 root root 18 Jan 20 14:26 .version
|
|
|
[root@172-23-100-204 2020-01-20T14_26_39.095735135-08_00]# cat .version
|
{
|
"version": 2
|
}
|
Steps to reproduce
- Create a backup using Couchbase Server/cbbackupmgr 6.0.0 with the unsupported and undocumented option --format sqlite
- Restore using Couchbase Server/cbackupmgr 6.5.X, it will hang.
Work around
Do you not use --storage sqlite flag when creating the backup.
Attachments
Issue Links
- relates to
-
MB-37876 Failed restore may create an empty Rift store
- Closed