parent
9ae1c89c56
commit
e3c84e2580
7 changed files with 435 additions and 3 deletions
22
docs/source/migrations/migrating_to_1.35.rst
Normal file
22
docs/source/migrations/migrating_to_1.35.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Migrating to Koji 1.35
|
||||
======================
|
||||
|
||||
You should consider the following changes when migrating to 1.35:
|
||||
|
||||
DB Updates
|
||||
----------
|
||||
|
||||
Changes for new repo handling introduced a few new tables.
|
||||
|
||||
As in previous releases, we provide a migration script that updates the database.
|
||||
|
||||
::
|
||||
|
||||
# psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.34-1.35.sql
|
||||
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
|
||||
There are numerous other changes in 1.35 that should not have a direct impact
|
||||
on migration. For details see: :doc:`../release_notes/release_notes_1.35`
|
||||
|
|
@ -5,6 +5,7 @@ Migrations
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migrating_to_1.35
|
||||
migrating_to_1.34
|
||||
migrating_to_1.33
|
||||
migrating_to_1.32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue