diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-07-07 23:02:48 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-07-07 23:02:48 +0000 |
commit | b9452d7bcd76f519f391595559531cf893960ab6 (patch) | |
tree | 05a4c2b0895b05705991c8c46030856aa284d8f3 /CHANGELOG | |
parent | 8b1065019ad9ac0fd41f5c32d47a049b77f00eb2 (diff) | |
parent | 90ab5a59bb28053c9da768679b8036caa7885e95 (diff) | |
download | gitlab-ce-b9452d7bcd76f519f391595559531cf893960ab6.tar.gz |
Merge branch 'improve-postgres-restore-cleaning' into 'master'
Use native Postgres database cleaning during backup restore
We were using hacks to drop tables etc during a Postgres backup
restore. With this change, we let pg_dump insert the DROP TABLE
statements it needs at the start of the SQL dump.
See merge request !1891
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 4ada5df5bc1..8cde5377766 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,6 +39,7 @@ v 7.13.0 (unreleased) - Correctly show anonymous authorized applications under Profile > Applications. - Query Optimization in MySQL. - Allow users to be blocked and unblocked via the API + - Use native Postgres database cleaning during backup restore v 7.12.2 - Correctly show anonymous authorized applications under Profile > Applications. |