migration doc

This commit is contained in:
Mike McLean 2018-05-11 12:42:48 -04:00
parent a1672097a4
commit f1020ae1bf
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,32 @@
Migrating to Koji 1.16
======================
..
reStructured Text formatted
You should consider the following changes when migrating to 1.16:
DB Updates
----------
This release has schema changes to support tracking history for hosts.
* new table: ``host_config``
* some fields from the ``host`` table have moved to ``host_config``
* the ``host_channels`` table now has versioning data like the other
versioned 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.15-1.16.sql
Other changes
-------------
There are numerous other changes in 1.16 that should not have a direct impact
on migration. For details see:
:doc:`release_notes_1.16`

View file

@ -5,6 +5,7 @@ Migrations
.. toctree::
:maxdepth: 1
migrating_to_1.16
migrating_to_1.15
migrating_to_1.14
migrating_to_1.13

View file

@ -2,6 +2,13 @@ Koji 1.16.0 Release notes
=========================
Migrating from Koji 1.15
------------------------
For details on migrating see :doc:`migrating_to_1.16`
Security Fixes
--------------