debian-koji/docs/source/migrations/migrating_to_1.34.rst
Tomas Kopecek 599de6e0c0 Update paths in migration docs
Path was changed in 1.34

Related: https://pagure.io/koji/issue/4220
2024-10-16 14:06:51 +02:00

22 lines
526 B
ReStructuredText

Migrating to Koji 1.34
======================
You should consider the following changes when migrating to 1.34:
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/koji/schema-upgrade-1.33-1.34.sql
Other changes
-------------
There are numerous other changes in 1.34 that should not have a direct impact on migration. For
details see: :doc:`../release_notes/release_notes_1.34`