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>2014-03-28 16:38:36 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-28 16:44:46 +0400
commit77b57c114be6b1fa02538c35066ccc363bfe68e6 (patch)
treefd94d74ab02dc8c0274fce1f8c6de7e4bf4de358 /CHANGELOG
parentf48fc3c6cbcc0cbcb34cefa2025434c09cf57e04 (diff)
Drop all tables before restoring a PostgreSQL DB
Invoking 'db:schema:load' turned out to be a bad idea: when downgrading an existing GitLab installation, the schema of the newer version would be preserved when trying to import the old version.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06d19df7a32..dc8031c75ac 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ v 6.8.0
- Ability to at mention users that are participating in issue and merge req. discussion
- Enabled GZip Compression for assets in example Nginx, make sure that Nginx is compiled with --with-http_gzip_static_module flag (this is default in Ubuntu)
- Make user search case-insensitive (Christopher Arnold)
+ - Drop all tables before restoring a Postgres backup
v 6.7.2
- Fix upgrader script