From f1020ae1bf707af4e5e341addcff8f414d64556d Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Fri, 11 May 2018 12:42:48 -0400 Subject: [PATCH] migration doc --- docs/source/migrating_to_1.16.rst | 32 ++++++++++++++++++++++++++++++ docs/source/migrations.rst | 1 + docs/source/release_notes_1.16.rst | 7 +++++++ 3 files changed, 40 insertions(+) create mode 100644 docs/source/migrating_to_1.16.rst 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