B90: Restored log file from archive (WAL replay)

Category: Standby Server Events
SQLSTATE: n/a
Urgency: low

Example Postgres Log Output:

LOG: restored log file "00000006000004E80000009C" from archive

Explanation:

This log line indicates that Postgres has successfully restored a log file (= WAL segment) from the WAL archive using restore_command.

You will see this message during normal standby operations, if streaming replication is not active.

Recommended Action:

Typically no action needed, this log message only indicates the progress that is being made for replaying the primary's WAL on the standby server.

Note that this does indicate that your standby is currently not using streaming replication, which may be a problem in terms of potential replication lag.

Learn More:


Download Free eBook: The Top 6 Postgres Log Events
Couldn't find what you were looking for or want to talk about something specific?
Start a conversation with us →