Hello,
I'm updating bareos from version 23.1 to version 24 on FreeBSD 13.4.
The update goes well until I need to run the database update script:
/usr/local/lib/bareos/scripts/update_bareos_tables
su postgres -c /usr/local/lib/bareos/scripts/update_bareos_tables
Info: Updating bareos tables
[: bee: bad number
Error: Don't know how to upgrade from version 2230 to 2240
I had a similar error when upgrading from a previous version (22 to 23) the issue was that the SQL upgrade script did not make it into the port.
Anybody running into the same issue?