debian-koji/docs/source/migrations/migrating_to_1.31.rst
2022-11-21 11:07:11 +01:00

22 lines
535 B
ReStructuredText

Migrating to Koji 1.31
======================
You should consider the following changes when migrating to 1.31:
DB Updates
----------
There is a simple schema change adding new index.
As in previous releases, we provide a migration script that updates the database.
::
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.30-1.31.sql
Other changes
-------------
There are numerous other changes in 1.31 that should not have a direct impact on migration. For
details see: :doc:`../release_notes/release_notes_1.31`