diff --git a/docs/source/migrations/migrating_to_1.21.rst b/docs/source/migrations/migrating_to_1.21.rst new file mode 100644 index 00000000..be7c2959 --- /dev/null +++ b/docs/source/migrations/migrating_to_1.21.rst @@ -0,0 +1,27 @@ +Migrating to Koji 1.21 +====================== + +You should consider the following changes when migrating to 1.21: + +DB Updates +---------- + +There are no big database schema changes in this release. + +We've updated table with events and `get_event()` function to better handle +timeline (`PR#2068 `) and set default +merge mode for external repos (`PR#2051 `) + +As in previous releases, we provide a migration script that updates the +database. + +:: + + # psql koji koji < /usr/share/doc/koji/docs/schema-upgrade-1.20-1.21.sql + + +Other changes +------------- + +There are numerous other changes in 1.21 that should not have a direct impact on +migration. For details see: :doc:`../release_notes/release_notes_1.21`