From c8fc2dfe4a6112896839faf9cc14a105d78799d4 Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Thu, 16 Feb 2017 13:07:59 -0500 Subject: [PATCH] Add note about missing upgrade script to release notes Signed-off-by: Dan Wells --- docs/RELEASE_NOTES_2_11.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/RELEASE_NOTES_2_11.adoc b/docs/RELEASE_NOTES_2_11.adoc index c01c696852..9d9476c334 100644 --- a/docs/RELEASE_NOTES_2_11.adoc +++ b/docs/RELEASE_NOTES_2_11.adoc @@ -41,6 +41,13 @@ UPDATE config.org_unit_setting_type WHERE name LIKE 'credit.processor.stripe%' AND update_perm IS NULL; ---- +Missing Upgrade Script Notice +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +It was recently discovered that the 2.11.2 tarball was missing the +upgrade script for 2.11.1. If you upgraded straight to 2.11.2 from +2.11.0 or prior, please make sure to apply the +2.11.0-2.11.1-upgrade-db.sql before moving on to the 2.11.3 script. + Other Fixes ~~~~~~~~~~~ Evergreen 2.11.3 also contains the following bugfixes: -- 2.11.0