summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-02-13 13:39:51 -0600
committerDrew Blessing <drew@gitlab.com>2016-02-25 14:53:47 -0600
commit4be6bd5b7a2421a48375e11ca33f5fe2228c6acb (patch)
tree591f25ebdb3470f99d7deab7088bc79735ad821d /CHANGELOG
parent8d3e5cf0db1aa811f2f9263092b8d7740acec5a6 (diff)
downloadgitlab-ce-show.tar.gz
Reload the schema before restoring a database backupv8.5.1.TRv8.5.1.DB2v8.5.1.DBshow
If a user tries to downgrade and restore after a failed upgrade, the database may still contain newer tables. Reload the older schema before restoring the database to avoid future upgrade problems. Also, add a rake task to help users add migration versions to the database so it's easier to recover from these errors if they do occur. Fixes #13419
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6087868f673..756ead4a2a8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.6.0 (unreleased)
- Improve the formatting for the user page bio (Connor Shea)
+ - Add option to reload the schema before restoring a database backup. !2807
v 8.5.1
- Fix group projects styles