Migrating to Koji 1.23¶
You should consider the following changes when migrating to 1.23:
DB Updates¶
This release includes some minor schema changes.
We’ve dropped the NOT NULL
restriction on the value
column of the
tag_extra
table as part of the changes to allow blocking these values in
the inheritance (see PR#2495).
We’ve also added a new proton_queue
table that is used by the protonmsg
plugin when it is configured to queue messages
(see PR#2441)
Lastly, we’ve added a new index for the task
table to improve performance
(see PR#2419)
As in previous releases, we provide a migration script that updates the database.
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.22-1.23.sql
Other changes¶
There are numerous other changes in 1.23 that should not have a direct impact on migration. For details see: Koji 1.23.0 Release notes