parent
d6da86ef1d
commit
7d6d95fc66
7 changed files with 315 additions and 3 deletions
17
docs/source/migrations/migrating_to_1.29.rst
Normal file
17
docs/source/migrations/migrating_to_1.29.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
Migrating to Koji 1.29
|
||||
======================
|
||||
|
||||
You should consider the following changes when migrating to 1.28:
|
||||
|
||||
DB Updates
|
||||
----------
|
||||
|
||||
There is no schema change this time.
|
||||
|
||||
As in previous releases, we provide a migration script which is no-op in this case.
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
|
||||
There are numerous other changes in 1.29 that should not have a direct impact on migration. For
|
||||
details see: :doc:`../release_notes/release_notes_1.29`
|
||||
|
|
@ -5,6 +5,7 @@ Migrations
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migrating_to_1.29
|
||||
migrating_to_1.28
|
||||
migrating_to_1.27
|
||||
migrating_to_1.26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue