diff --git a/docs/source/migrating_to_1.16.rst b/docs/source/migrating_to_1.16.rst new file mode 100644 index 00000000..6924fb3c --- /dev/null +++ b/docs/source/migrating_to_1.16.rst @@ -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