|
|
|
|
|
by ngrilly
3226 days ago
|
|
What I meant is that the archive_command is run only when a WAL segment is completed or when archive_timeout is reached. In the meantime, nothing is backed up. On a low traffic database, this can be a problem. I'm wondering if there is a way to continuously stream the WAL to an object storage like S3, without waiting to have a complete segment. |
|
However it might be interesting to stream WAL logs to e.g. AWS Kinesis....