Hello, For testing purposes, I'm trying to restore an existing volume on a backup server to the catalog using bscan.
The initial situation is: I've set up a new Bareos Director and restored the configuration files in /etc/bareos, so all clients, storage daemons and devices, etc. are back. Everything's working perfectly. The director is running in a Proxmox VM. The storage is a backup server on which the volumes are located. The remote connection to the PostgreSQL database on the director also seems to be working. However, I think there's a version issue and I don't know how to fix it. Here's my (partial) output: sudo bscan -D bareos-dir -o <bareos_dir_ip> -t 5432 -P <my_db_password> FileStorageCluster00 -V Backup-Cluster-Archive-Full-0 -s -S -d 200 --- Volume Label: Id : Bareos 2.0 immortal VerNo : 20 VolName : Backup-Cluster-Archive-Full-0 PrevVolName : VolFile : 0 LabelType : VOL_LABEL LabelSize : 221 PoolName : Cluster-Archive-Full MediaType : FileCluster PoolType : Backup HostName : backup01 Date label written: 28-Nov-2024 15:45 bscan (130): stored/label.cc:213-0 Compare Vol names: VolName=Backup-Cluster-Archive-Full-0 hdr=Backup-Cluster-Archive-Full-0 Volume Label: Id : Bareos 2.0 immortal VerNo : 20 VolName : Backup-Cluster-Archive-Full-0 PrevVolName : VolFile : 0 LabelType : VOL_LABEL LabelSize : 221 PoolName : Cluster-Archive-Full MediaType : FileCluster PoolType : Backup HostName : backup01 Date label written: 28-Nov-2024 15:45 bscan (130): stored/label.cc:232-0 Leave ReadVolumeLabel() VOL_OK bscan (100): stored/label.cc:243-0 Call reserve_volume=Backup-Cluster-Archive-Full-0 bscan (150): stored/vol_mgr.cc:357-0 enter reserve_volume=Backup-Cluster-Archive-Full-0 drive="FileStorageCluster00" (/mnt/backup/bareos/cluster) bscan (150): stored/vol_mgr.cc:271-0 new Vol=Backup-Cluster-Archive-Full-0 at 5575bc64c700 dev="FileStorageCluster00" (/mnt/backup/bareos/cluster) bscan (150): stored/vol_mgr.cc:515-0 === set in_use. vol=Backup-Cluster-Archive-Full-0 dev="FileStorageCluster00" (/mnt/backup/bareos/cluster) bscan (150): stored/vol_mgr.cc:550-0 Inc walk_start UseCount=2 volname=Backup-Cluster-Archive-Full-0 bscan (150): stored/vol_mgr.cc:250-0 List end new volume: Backup-Cluster-Archive-Full-0 in_use=1 swap=0 on device "FileStorageCluster00" (/mnt/backup/bareos/cluster) bscan (100): stored/dev.cc:375-0 Device "FileStorageCluster00" (/mnt/backup/bareos/cluster) has dev->device->max_block_size of 0 and dev->max_block_size of 64512, dcr->VolMaxBlocksize is 0 bscan (100): stored/dev.cc:423-0 set minblocksize to 64512, maxblocksize to 64512 on device "FileStorageCluster00" (/mnt/backup/bareos/cluster) bscan (100): stored/acquire.cc:298-0 Got correct volume. 16-Apr 10:11 bscan JobId 0: Ready to read from volume "Backup-Cluster-Archive-Full-0" on device "FileStorageCluster00" (/mnt/backup/bareos/cluster). bscan (100): stored/acquire.cc:394-0 dcr=5575bc6571a0 dev=5575bc65ba80 bscan (100): stored/acquire.cc:396-0 MediaType dcr= dev=FileCluster bscan: stored/bscan.cc:323-0 First Volume Size = 102067830806314 bscan (100): cats/cats_backends.cc:75-0 db_init_database: Trying to find mapping of given interfacename postgresql to mapping interfacename dbi, partly_compare = true bscan (100): cats/cats_backends.cc:75-0 db_init_database: Trying to find mapping of given interfacename postgresql to mapping interfacename mysql, partly_compare = false bscan (100): cats/cats_backends.cc:75-0 db_init_database: Trying to find mapping of given interfacename postgresql to mapping interfacename postgresql, partly_compare = false bscan (100): cats/cats_backends.cc:217-0 db_init_database: checking backend /usr/lib/bareos/backends/libbareoscats-postgresql.so bscan (100): cats/cats_backends.cc:240-0 db_init_database: loaded backend /usr/lib/bareos/backends/libbareoscats-postgresql.so bscan (100): cats/postgresql.cc:958-0 db_init_database first time bscan (50): cats/postgresql.cc:223-0 pg_real_connect ok bscan (50): cats/postgresql.cc:225-0 db_user=bareos db_name=bareos db_password=<my_db_password> 16-Apr 10:11 bscan JobId 0: Fatal error: Version error for database "bareos". Wanted 2210, got 2240 bscan (10): stored/bscan.cc:338-0 ERROR TERMINATION: Version error for database "bareos". Wanted 2210, got 2240 bscan: ERROR TERMINATION at stored/bscan.cc:338 Version error for database "bareos". Wanted 2210, got 2240 --- I hope someone can help me figure out where to start to solve the problem. Thanks in advance. Best regards Tom -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/bareos-users/33bc6cb0-93a3-44ac-8066-98c88e2db88cn%40googlegroups.com.