Can someone please help here to resolve this issue? I'm completely blocked running backups in my environment. Any help would be highly appreciated.
Not sure how to fix this? Is there a way I can fix the catalog or volume on the bareos server. Please find the error message below: Error: Bareos cannot write on disk Volume "Full-0145" because: The sizes do not match! Volume=248 Catalog=249 On Wednesday, January 15, 2025 at 8:47:28 AM UTC-7 santhoshreddy aleti wrote: > Hi Bruno! > > With Ubuntu OS upgrade, it did upgrade the bareos version to > "24.0.1~pre19.3e3a7a6a2". > > Please find the configuration below: > > *Fileset:* > FileSet { > Name = "Catalog" > Description = "Backup the catalog dump and Bareos configuration files." > Include { > Options { > Signature = XXH128 > } > File = "/var/lib/bareos/bareos.sql" # database dump > File = "/etc/bareos" # configuration > } > } > > *Pool (Full):* > Pool { > Name = Full > Pool Type = Backup > Recycle = yes # Bareos can automatically recycle > Volumes > AutoPrune = yes # Prune expired volumes > Volume Retention = 60 days # How long should the Full Backups be > kept? > Maximum Volume Bytes = 50G # Limit Volume size to something > reasonable > Maximum Volumes = 9000 # Limit number of Volumes in Pool > Maximum Volume Jobs = 1 > Label Format = "Full-" # Volumes will be labeled > "Full-<volume-id>" > } > > *Job:* > Job { > Name = "BackupCatalog" > Description = "Backup the catalog database (after the nightly save)" > JobDefs = "DefaultJob" > Level = Full > FileSet="Catalog" > Schedule = "WeeklyCycleAfterBackup" > > # This creates an ASCII copy of the catalog > # Arguments to make_catalog_backup are: > # make_catalog_backup <catalog-name> > RunBeforeJob = "/usr/lib/bareos/scripts/make_catalog_backup MyCatalog" > > # This deletes the copy of the catalog > RunAfterJob = "/usr/lib/bareos/scripts/delete_catalog_backup MyCatalog" > > # This sends the bootstrap via mail for disaster recovery. > # Should be sent to another system, please change recipient accordingly > Write Bootstrap = "|/usr/bin/bsmtp -h localhost -f \"\(Bareos\) \" -s > \"Bootstrap for Job %j\" root" > Priority = 11 # run after main backup > } > > > Please let me know if any additional details are needed. > > > Thanks > Santhosh > > On Tuesday, January 14, 2025 at 1:36:56 AM UTC-7 Bruno Friedmann > (bruno-at-bareos) wrote: > >> Ok you upgraded your OS to 22.04 (I would have gone to 24.04 :-) but what >> about bareos which version before and now did you think to upgrade the repo >> >> what is your configuration, etc ... >> >> Your message seems to lack a few information to make anyone able to help >> you ;-) >> On Monday, 13 January 2025 at 20:10:33 UTC+1 santhoshreddy aleti wrote: >> >>> I have recently upgrade the Ubuntu OS from 20.04 to 22.04 where BareOS >>> is running. After the upgrade, jobs keep failing with below error: >>> >>> [image: Screenshot 2025-01-13 at 12.09.26 PM.png] >>> >>> I'm running this on production and I would like to get this fixed as >>> soon as possible. Any help would be highly appreicated. >>> >>> Thanks in advance! >>> >>> Thanks >>> Santhosh >>> >> -- 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/d5d4a0d1-e6dc-42fb-b413-95a67e49000an%40googlegroups.com.