Skip to content

Commit 89c0f4c

Browse files
committed
Disable table maintenance by default
Prior to this commit, the default behavior was to manage various postgresql settings such as autovacuum frequency. However, this is not possible during a PE upgrade because postgres is down.
1 parent a80c2c8 commit 89c0f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Manage the state of the maintenance tasks, i.e. systemd services and timers
1010
Boolean $disable_maintenance = lookup('pe_databases::disable_maintenance', {'default_value' => false}),
1111
Boolean $manage_postgresql_settings = true,
12-
Boolean $manage_table_settings = true,
12+
Boolean $manage_table_settings = false,
1313
String $install_dir = '/opt/puppetlabs/pe_databases',
1414
String $scripts_dir = "${install_dir}/scripts"
1515
) {

0 commit comments

Comments
 (0)