Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0e7d97

Browse files
committed
doc: document syncTimeout
1 parentba1d6cb commite0e7d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎doc/cluster_spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Some options in a running cluster specification can be changed to update the des
3939
| 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|
4040
| 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|
4141
| 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)|
4243

4344
####ExistingConfig
4445

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp