migration doc for 1.17
This commit is contained in:
parent
40da6644d6
commit
bc0f04dfd9
2 changed files with 31 additions and 0 deletions
30
docs/source/migrating_to_1.17.rst
Normal file
30
docs/source/migrating_to_1.17.rst
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Migrating to Koji 1.17
|
||||
======================
|
||||
|
||||
..
|
||||
reStructured Text formatted
|
||||
|
||||
You should consider the following changes when migrating to 1.17:
|
||||
|
||||
DB Updates
|
||||
----------
|
||||
|
||||
This release some minor schema changes
|
||||
|
||||
* the ``tag_external_repos`` table has a new ``merge_mode`` column
|
||||
* the ``build_target.name`` column is now a TEXT field rather than VARCHAR
|
||||
|
||||
As in previous releases, we provide a migration script that updates the
|
||||
database.
|
||||
|
||||
::
|
||||
|
||||
# psql koji koji </usr/share/doc/koji/docs/schema-upgrade-1.16-1.17.sql
|
||||
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
|
||||
There are numerous other changes in 1.17 that should not have a direct impact
|
||||
on migration. For details see:
|
||||
:doc:`release_notes_1.17`
|
||||
|
|
@ -5,6 +5,7 @@ Migrations
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
migrating_to_1.17
|
||||
migrating_to_1.16
|
||||
migrating_to_1.15
|
||||
migrating_to_1.14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue