Migrating to Koji 1.18¶
You should consider the following changes when migrating to 1.18:
DB Updates¶
This release has a few schema changes:
Several new indexes to speed operations
A
cg_id
field has been added to thebuild
tableA new
build_reservations
tableA new
build_notifications_block
tableUpdates to the data in the
archivetypes
table
As in previous releases, we provide a migration script that updates the database.
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.17-1.18.sql
More granular permissions¶
The new host
, tag
, target
permissions allow access to a number of
actions that were previously admin-only.
Koji administrators should consider using these to reduce the number of users
with full admin
permission.
Other changes¶
There are numerous other changes in 1.18 that should not have a direct impact on migration. For details see: Koji 1.18.0 Release notes