parent
53daa678ea
commit
c8b1ba8ad0
6 changed files with 351 additions and 2 deletions
26
docs/source/migrations/migrating_to_1.24.rst
Normal file
26
docs/source/migrations/migrating_to_1.24.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Migrating to Koji 1.24
|
||||
======================
|
||||
|
||||
You should consider the following changes when migrating to 1.24:
|
||||
|
||||
DB Updates
|
||||
----------
|
||||
|
||||
This release includes one minor schema change.
|
||||
|
||||
As we now can have architectures defined for individual external repos, we need
|
||||
to reflect it in db. (see `PR#2564
|
||||
<https://pagure.io/koji/pull-request/2564>`_).
|
||||
|
||||
As in previous releases, we provide a migration script that updates the database.
|
||||
|
||||
::
|
||||
|
||||
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.23-1.24.sql
|
||||
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
|
||||
There are numerous other changes in 1.24 that should not have a direct impact on migration. For
|
||||
details see: :doc:`../release_notes/release_notes_1.24`
|
||||
|
|
@ -5,6 +5,7 @@ Migrations
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migrating_to_1.24
|
||||
migrating_to_1.23
|
||||
migrating_to_1.22
|
||||
migrating_to_1.21
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue