Remove the FDW setting from config/database_geo.yml.postgresql

Since Gitlab 13.2, Geo don't rely on FDW
parent 685cc4a6
...@@ -8,7 +8,6 @@ production: ...@@ -8,7 +8,6 @@ production:
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
fdw: true
# #
# Development specific # Development specific
...@@ -20,7 +19,6 @@ development: ...@@ -20,7 +19,6 @@ development:
username: postgres username: postgres
password: "secure password" password: "secure password"
host: localhost host: localhost
fdw: true
# #
# Staging specific # Staging specific
...@@ -32,7 +30,6 @@ staging: ...@@ -32,7 +30,6 @@ staging:
username: git username: git
password: "secure password" password: "secure password"
host: localhost host: localhost
fdw: true
# Warning: The database defined as "test" will be erased and # Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake". # re-generated from your development database when you run "rake".
...@@ -44,4 +41,3 @@ test: &test ...@@ -44,4 +41,3 @@ test: &test
username: postgres username: postgres
password: password:
host: localhost host: localhost
fdw: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment