diff --git a/docs/source/migrating_to_1.11.rst b/docs/source/migrating_to_1.11.rst new file mode 100644 index 00000000..c008ba0a --- /dev/null +++ b/docs/source/migrating_to_1.11.rst @@ -0,0 +1,108 @@ +Migrating to Koji 1.11 +====================== + +.. reStructured Text formatted + +The 1.11 release of Koji includes a several changes that you should consider when +migrating. + +DB Updates +---------- + +There are a number of new tables and columns to support content generators. Here is a summary: + * The ``btype`` table tracks the known btypes [LINK] in the system + * The ``build_types`` table links builds to their btype(s) + * The ``content_generator`` table tracks the known content generators in the system + * The ``cg_users`` table tracks which users have access to which content generators + * The ``buildroot`` table now tracks more generic buildroots + * The ``standard_buildroot`` table tracks data for "normal" koji buildroots + * Several tables now have an ``extra`` column that stores json data + * There are several new entries in the ``archivetypes`` table + * The ``image_listing`` table has been replace by the more general ``archive_rpm_components`` table + * The new ``archive_components`` complements this and tracks non-rpm components + +As in previous releases, we provide a migration script that updates the +database. + +:: + + # psql koji koji