I had an ubuntu server 18.04 running with bareos and mysql database. Monthly I saved data on tapedrive and everything was working fine.
Unfortunately I had a servercrash without a backup of the dump of the database (I know.)
Now I set up an Ubuntu 20.04 with postgres database, since bareos is not supporting mysql anymore.
My idea was to Bscan my tapes to recover Jobs and to access my data on the tapes.
During the bscan I get: bscan: stored/bscan.cc:789-0 Could not find Job for SessId=57 SessTime=1611327800 record.
I was using following command: bscan -V "tape1"|"tape2" -B postgres -u postgres -p "password" -v -s -S -m /dev/st0
The command didn't show me an error, but I'm not able to restore the data after the BSCAN.
Does bareos have a problem with the data on the tapes is from an Mysql server and cannot recover into the postgres database?
On my old server on mysql I was able to recover the whole database from tape when I tested that.