So, that's kind of simple:* first replaying archived WAL* when no more archived WAL, streaming* when error, back to WAL replay
After this last scenario, will the standby periodically retry to connect to the primary to resume streaming replication? It will it at least try it it runs out of WAL files?
Don.