1 From 054e2e2092e3f20267a5d2046978df6d33c72712 Mon Sep 17 00:00:00 2001
2 From: Yaya <mak@nyantec.com>
3 Date: Tue, 23 May 2023 13:49:18 +0000
4 Subject: [PATCH] Remove unsupported database names
6 The only supported ones are main, ci, main_clusterwide.
8 config/database.yml.postgresql | 37 ----------------------------------
9 1 file changed, 37 deletions(-)
11 diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
12 index da9f458ff..2d6d44e37 100644
13 --- a/config/database.yml.postgresql
14 +++ b/config/database.yml.postgresql
15 @@ -26,13 +26,6 @@ production:
17 password: "secure password"
22 - database: gitlabhq_geo_production
24 - password: "secure password"
28 # Development specific
29 @@ -57,13 +50,6 @@ development:
32 statement_timeout: 15s
36 - database: gitlabhq_geo_development
38 - password: "secure password"
43 @@ -84,13 +70,6 @@ staging:
45 password: "secure password"
50 - database: gitlabhq_geo_staging
52 - password: "secure password"
55 # Warning: The database defined as "test" will be erased and
56 # re-generated from your development database when you run "rake".
57 @@ -119,19 +98,3 @@ test: &test
58 reaping_frequency: nil
60 statement_timeout: 15s
64 - database: gitlabhq_geo_test
68 - reaping_frequency: nil
72 - database: gitlabhq_embedding_test
76 - reaping_frequency: nil