Release notes 1.31

Related: https://pagure.io/koji/issue/3574
This commit is contained in:
Tomas Kopecek 2022-11-07 15:21:30 +01:00
parent 79c41924f1
commit a90f6cdf84
6 changed files with 329 additions and 2 deletions

View file

@ -0,0 +1,22 @@
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`

View file

@ -5,6 +5,7 @@ Migrations
.. toctree::
:maxdepth: 1
migrating_to_1.31
migrating_to_1.30
migrating_to_1.29
migrating_to_1.28