Skip to content

Commit

Permalink
change 60 sec to 180 sec timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Dec 5, 2024
1 parent c5ae13a commit c9d667b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/products/postgresql/concepts/upgrade-failover.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ different procedures in case of primary or replica nodes disconnections.
### Primary server disconnection

If the **primary** server disappears, Aiven's management platform uses
a **60-second timeout** before marking the server as down and promoting
a replica server as new primary. During this 60-second timeout, the
a **180-second timeout** before marking the server as down and promoting
a replica server as new primary. During this 180-second timeout, the
master is unavailable (`servicename-projectname.aivencloud.com` does not
respond), and `replica-servicename-projectname.aivencloud.com` works
fine (in read-only mode).
Expand All @@ -49,7 +49,7 @@ DNS is switched to point to the new replica server.
### Replica server disconnection

If the **replica** server disappears, Aiven's management platform uses
a **60-second timeout** before marking the server as down and creating a
a **180-second timeout** before marking the server as down and creating a
new replica server.

:::note
Expand Down Expand Up @@ -103,7 +103,7 @@ procedure is followed:

:::note
- The old primary server is kept alive for a short period of time (minimum
60 seconds) with a TCP forwarding setup pointing to the new primary
180 seconds) with a TCP forwarding setup pointing to the new primary
server allowing clients to connect before learning the new IP address.

- If the service plan is changed from a business plan that has two nodes
Expand Down

0 comments on commit c9d667b

Please sign in to comment.