Migrating to Koji 1.21¶
You should consider the following changes when migrating to 1.21:
DB Updates¶
There are no big database schema changes in this release.
We’ve updated table with events and get_event()
function to better handle
timeline (PR#2068) and set default
merge mode for external repos (PR#2051)
As in previous releases, we provide a migration script that updates the database.
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.20-1.21.sql
Other changes¶
There are numerous other changes in 1.21 that should not have a direct impact on migration. For details see: Koji 1.21.0 Release notes