Returns info about WAL replay.
GET {{baseUrl}}/status/walreplay
The following endpoint returns information about the WAL replay
Response Data
read: The number of segments replayed so far. total: The total number segments needed to be replayed. progress: The progress of the replay (0 - 100%). state: The state of the replay. Possible states: - waiting: Waiting for the replay to start. - in progress: The replay is in progress. - done: The replay has finished.
NOTE: This endpoint is available before the server has been marked ready and is updated in real time to facilitate monitoring the progress of the WAL replay.
New in v2.28
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"status":"success","data":{"min":2,"max":5,"current":40,"state":"in progress"}}