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
Copy file name to clipboardExpand all lines: doc/cluster_spec.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Some options in a running cluster specification can be changed to update the des
39
39
| pgHBA| a list containing additional pg_hba.conf entries. They will be added to the pg_hba.conf generated by stolon.**NOTE**: these lines aren't validated so if some of them are wrong postgres will refuse to start or, on reload, will log a warning and ignore the updated pg_hba.conf file| no|[]string| null. Will use the default behiavior of accepting connections from all hosts for all dbs and users with md5 password authentication|
40
40
| automaticPgRestart| restart postgres automatically after changing the pgParameters that requires restart. Refer`pending_restart` in[pg_settings](https://www.postgresql.org/docs/9.5/static/view-pg-settings.html)| no| bool| false|
41
41
| dbWaitReadyTimeout| Time to wait for the database to become ready after starting. Increase this value if your Postgres takes longer to boot, e.g. because it has to recover a lot of WAL.| no| string (duration)| 60s|
42
+
| syncTimeout| Time to wait for a database recovery (including the replay of WAL files in case of Point-In-Time-Recovery)| no| string (duration)| 0 (no timeout, waits until recovery has finished)|