Re: Bacula 11.0 dbcheck fail with error
Eric Bollengier via Bacula-devel <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.bacula.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Reiner, On 2020-12-16 00:03, Reiner Jung via Bacula-devel wrote: > On Bacula 11 the dbcheck fail with an error > > > dbcheck -c /etc/bacula/bacula-dir.conf > > Select function number: 17 > Checking for Filenames with a trailing slash > Query failed: SELECT FilenameId,Name from Filename WHERE Name LIKE '%/': ERR=Table 'bacula.Filename' doesn't exist Thanks, the Filename table no longer exists and these checks are not needed anymore. I have pushed a fix in the git repository. Best Regards,