inteos / IBAdmin

Inteos Backup Administration GUI - Bacula Enterprise
http://inteosbackup.pl/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Porting to Bacula Community #2

Closed rkorzeniewski closed 5 years ago

rkorzeniewski commented 7 years ago

Bacula Community has a very different catalog schema. These differences makes some errors in current IBAdmin application which was designed for BEE.

Problems:

  1. ProgrammingError: column file.filename does not exist. LINE 1: ...le"."fileindex", "file"."jobid", "file"."pathid", "file"."fi...
  2. Internal Server Error: /clients/statusheader/community/. File "/opt/ibadmin/libs/bconsole.py", line 120, in getClientrunningJobs. (name, value) = line.split('=') ValueError: need more than 1 value to unpack
  3. Internal Server Error: /jobs/statusheader/2/. File "/opt/ibadmin/libs/bconsole.py", line 376, in getClientJobiddata (name, value) = line.split('=') ValueError: need more than 1 value to unpack
rkorzeniewski commented 6 years ago

First attempt to support Bacula Community 9.2.x was added to the current code repository. The patches needs more testing.

rkorzeniewski commented 5 years ago

Support was officially added to Community.2019.01.