Skip to content

Tags: wisre/bareos

Tags

Release/15.2.2

Toggle Release/15.2.2's commit message
Fix typo.

Release/14.2.6

Toggle Release/14.2.6's commit message
Fixes a fd crash when using a invalid bpipe config

Signed-off-by: Marco van Wieringen <[email protected]>

Release/12.4.8

Toggle Release/12.4.8's commit message
Opsi: adapt sourcename

Release/13.2.5

Toggle Release/13.2.5's commit message
Fix winbareos-opsi build

Release/15.2.1

Toggle Release/15.2.1's commit message
Cephfs-, Rados- and Gfapi-plugins: added examples

add an example configuration file for each of these plugins.

Release/14.2.5

Toggle Release/14.2.5's commit message
Update NLS files.

Release/14.2.4

Toggle Release/14.2.4's commit message
removed SLE_10 specific spec file

SLES 10 packages could be build with the standard spec file again.

Release/14.2.3

Toggle Release/14.2.3's commit message
Added until_jobid parameter to "rerun" command

Fixes bareos#405: rerun command shoud be able to accept jobid interval

Release/14.2.2

Toggle Release/14.2.2's commit message
Debian: fixes a problem when migrating to dbconfig

The Bareos database maintenance scripts for the postgres backend
create the Bareos database using the database administrator account
and grant permission to the Bareos database user.
When a Bareos update requires a database schema update,
the user has to call
update_bareos_tables
and
grant_bareos_privileges.

When using dbconfig (Bareos >= 14.1),
only update_bareos_tables is performed,
as grant_bareos_privileges would require variable substitutions (db_name, db_user and db_password),
which is not supported in dbconfig (dbc_sql_substitutions only works on installing, not on updates).
Therefore it is necessary, that new tables are created as the Bareos database user,
so it automatically has sufficient permissions.
As the Bareos database user can not drop tables not created by himself,
the drop statement must be executed as database administrator user.

This patch implements this.

The resuls to:

Updating from Bareos < 14.1:
database: owner postgres
tables already existing before 14.1: owner postgres, permission to baroes
tables created after 14.1: owner bareos

Installing Bareos >= 14.1:
database: owner bareos
tables:   owner bareos

Fixes bareos#380: Debian: when migrating from 13.2 to 14.2 with postgres backend, database permissions are not set correctly

Release/14.2.1

Toggle Release/14.2.1's commit message
cleanup RPM package descriptions

Signed-off-by: Philipp Storz <[email protected]>