Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-07 16:34:06 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-07-07 16:34:06 +0300
commit90ab5a59bb28053c9da768679b8036caa7885e95 (patch)
tree165b67480476630a8d799a740b88bb2850c7d795 /CHANGELOG
parent17446ff0c98e870f0500279983432e5115e060a4 (diff)
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d538bb42992..170cb81bcce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -37,6 +37,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.