Migrating to Koji 1.16¶
You should consider the following changes when migrating to 1.16:
DB Updates¶
This release has schema changes to support tracking history for hosts.
new table:
host_configsome fields from the
hosttable have moved tohost_configthe
host_channelstable now has versioning data like the other versioned tables
As in previous releases, we provide a migration script that updates the database.
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.15-1.16.sql
Other changes¶
There are numerous other changes in 1.16 that should not have a direct impact on migration. For details see: Koji 1.16.0 Release notes