Migrating to Koji 1.19¶
You should consider the following changes when migrating to 1.19:
DB Updates¶
This release has a few schema changes:
A new
tag_package_ownerstableA new
user_krb_principalstableUpdates to the data in the
archivetypestableUpdates to the data in the
permissionstableThe
content_generatortable now enforces unique strings in thenamesfield
As in previous releases, we provide a migration script that updates the database.
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.18-1.19.sql
Other changes¶
There are numerous other changes in 1.19 that should not have a direct impact on migration. For details see: Koji 1.19.0 Release notes