You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes to the HA system introduced in Operator 4.2 removed
the need for some global configuration settings. However, this
could cause some confusion as these artifacts are still present in
some of the configuration files and installers.
This removes those artifacts, and also introduces the
`disable_auto_failover` parameter to the Ansible installation method.
|`archive_mode`| true |**Required**| Set to true enable archive logging on all newly created clusters. |
158
156
|`archive_timeout`| 60 |**Required**| Set to a value in seconds to configure the timeout threshold for archiving. |
159
-
|`auto_failover`| false |**Required**| Set to true enable auto failover capabilities on all newly created cluster requests. This can be disabled by the client. |
160
-
|`auto_failover_replace_replica`| false |**Required**| Set to true to replace promoted replicas during failovers with a new replica on all newly created clusters. |
161
-
|`auto_failover_sleep_secs`| 9 |**Required**| Set to a value in seconds to configure the sleep time before initiating a failover on all newly created clusters. |
162
157
|`backrest`| false |**Required**| Set to true enable pgBackRest capabilities on all newly created cluster request. This can be disabled by the client. |
163
158
|`backrest_aws_s3_bucket`||| Set to configure the bucket used by pgBackRest with Amazon Web Service S3 for backups and restoration in S3. |
164
159
|`backrest_aws_s3_endpoint`||| Set to configure the endpoint used by pgBackRest with Amazon Web Service S3 for backups and restoration in S3. |
@@ -182,6 +177,7 @@ sets of variables cannot be used at the same time.
182
177
|`db_port`| 5432 |**Required**| Set to configure the default port used on all newly created clusters. |
183
178
|`db_replicas`| 1 |**Required**| Set to configure the amount of replicas provisioned on all newly created clusters. |
184
179
|`db_user`| testuser |**Required**| Set to configure the username of the dedicated user account on all newly created clusters. |
180
+
|`disable_failover`| false |**Required**| Set to true disable auto failover capabilities on all newly created cluster requests. This cannot be overriden by the client on a cluster create, but on a cluster update. Setting this is not generally recommend, as it disable high-availability capabilities.|
185
181
|`exporterport`| 9187 |**Required**| Set to configure the default port used to connect to postgres exporter. |
186
182
|`grafana_admin_password`||| Set to configure the login password for the Grafana administrator. |
187
183
|`grafana_admin_username`| admin || Set to configure the login username for the Grafana administrator. |
0 commit comments