Migrating to Koji 1.14¶
You should consider the following changes when migrating to 1.14:
DB Updates¶
The schema updates this time are minor
dropped unused
log_messages
tablenew standard entries 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.13-1.14.sql
Dropped mod_python support¶
Koji’s support for mod_python has been deprecated for many years. If you are still relying on mod_python, you will need to switch to mod_wsgi.
Other changes¶
There are numerous other changes in 1.14 that should not have a direct impact on migration. For details see: Koji 1.14 Release Notes