The latest version of backy2 (1.13.8) has an incompatible schema with the version currently installed on our backup hosts (1.13.2). Because we're using the sqlite backend, the schema upgrade will need to happen manually. We'd need a script that exports backup metadata so we can export, wipe out the old DB, and then re-import.
Automatic upgrades are supported with a postgres backend. Postgres will solve some other problems as well, so let's move to that.