Migrating to Koji 1.36

You should consider the following changes when migrating to 1.36:

DB Updates

The changes to support rpm v6 include new fields in the rpminfo table. Additionally, we have added new archive types and new indexes.

As in previous releases, we provide a migration script that updates the database.

# psql koji koji < /usr/share/koji/schema-upgrade-1.35-1.36.sql

Notable configuration changes

The RepoLagWindow hub option is no longer used. For details see https://pagure.io/koji/issue/4499

The DisableURLSessions hub option now defaults to True. This will prevent clients older than Koji 1.31 from authenticating. For details see https://pagure.io/koji/issue/4420

Other changes

There are numerous other changes in 1.36 that should not have a direct impact on migration. For details see: Koji 1.36.0 Release notes