From bc0f04dfd9f757d6e276ed686cd770439ecadf2b Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Mar 04 2019 21:56:58 +0000 Subject: migration doc for 1.17 --- diff --git a/docs/source/migrating_to_1.17.rst b/docs/source/migrating_to_1.17.rst new file mode 100644 index 0000000..66c26ab --- /dev/null +++ b/docs/source/migrating_to_1.17.rst @@ -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