Manages informtion in the Software Accounting database.
Used by the sams-software-updater
Related to sams.aggregator.SoftwareAccounting
Path to where the sqlite database files are stored.
Sqlite file pattern (regexp).
Default: sa-\d+.db
sqlite temp_store pragma (DEFAULT, FILE or MEMORY) DEFAULT is normally FILE but is dependent on compile time options of the sqlite library.
Default: DEFAULT
If software, version, local version contains a %(user)s or %(project)s string it will be replaced with the user/project of the running job.
sams.backend.SoftwareAccounting:
file_pattern: 'sa-\d+.db'
db_path: /data/softwareaccounting/db
sqlite_temp_store: DEFAULT