summaryrefslogtreecommitdiffstats
path: root/database/postgresql/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/PREPARE')
-rwxr-xr-xdatabase/postgresql/PREPARE9
1 files changed, 2 insertions, 7 deletions
diff --git a/database/postgresql/PREPARE b/database/postgresql/PREPARE
index 721679d5a1..9718817edc 100755
--- a/database/postgresql/PREPARE
+++ b/database/postgresql/PREPARE
@@ -1,8 +1,3 @@
-config_query PGSQL_CLUSTER "Do you want to apply the PGCluster patch?" n &&
-
-if [[ $PGSQL_CLUSTER == y ]]; then
- message "${PROBLEM_COLOR}"
- message "Keep in mind that PGCluster patch and current"
- message "PostgreSQL version aren't always in sync."
- message "${DEFAULT_COLOR}"
+if [[ -v PGSQL_CLUSTER ]]; then
+ persistent_remove PGSQL_CLUSTER
fi