Skip to content

Commit b3d6d7a

Browse files
ValClarksoncahoonpwork
authored andcommitted
updated autofail flag (#953)
1 parent 61c1d7b commit b3d6d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/content/operatorcli/pgo-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ That command chooses a specific target, and starts the failover workflow.
328328
To support an automated failover, you can specify the *--autofail* flag
329329
on a Postgres cluster when you create it as follows:
330330

331-
pgo create cluster mycluster --autofail --replica-count=1 -n pgouser1
331+
pgo create cluster mycluster --autofail=true --replica-count=1 -n pgouser1
332332

333333
You can set the auto-fail flag on a Postgres cluster after it is created
334334
by the following command:

0 commit comments

Comments
 (0)