Clarify Checkpointing Behavior in v0.5.2 #817
michaelmedellin
started this conversation in
General
Replies: 1 comment
-
|
Tracking this: #824 Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using v0.5.2 as a library within a go server side application I'm developing and I'm seeing unbounded WAL size growth. I was using 0.3.x previously, which handled checkpointing the WAL file automatically and assumed that would be the same behavior in 0.5.x, but based on my review of the code I'm not sure automatic checkpointing within Litestream is happening.
litestream/db.go
Line 586 in 9be9408
In version 0.3.x this code was uncommented and I believe the only execution call for checkpointing when using the replicate command.
Perhaps I'm missing something, but I'm looking for confirmation on whether or not I should expect to see checkpointing via Litestream in 0.5.x
Beta Was this translation helpful? Give feedback.
All reactions