summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2017-05-02 13:59:18 +0200
committerToon Claes <toon@gitlab.com>2017-05-10 15:01:27 +0200
commit1af540122563c372c03668f36e6a2123bff94222 (patch)
tree9e4774b63a625d475c0797d05cd11a3adf127200 /changelogs
parent09c2aab4aa4661b147545e2c41b6a0100fc57b11 (diff)
downloadgitlab-ce-1af540122563c372c03668f36e6a2123bff94222.tar.gz
Add post-deploy migrate to cleanup projects in pending delete state
There are many projects in `pending_delete` state, this post-deploy migration cleans them up. The script is based on https://gitlab.com/gitlab-org/gitlab-ce/snippets/1648654 and https://gitlab.com/gitlab-org/gitlab-ce/snippets/1611429. The use of these scripts were described in https://gitlab.com/gitlab-com/infrastructure/issues/888.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/tc-clean-pending-delete-projects.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/tc-clean-pending-delete-projects.yml b/changelogs/unreleased/tc-clean-pending-delete-projects.yml
new file mode 100644
index 00000000000..31b43999c31
--- /dev/null
+++ b/changelogs/unreleased/tc-clean-pending-delete-projects.yml
@@ -0,0 +1,4 @@
+---
+title: Add post-deploy migration to clean up projects in `pending_delete` state
+merge_request: 11044
+author: