| >Thx. The only problem I have with litestream binary is ~31Mb !? Where are you seeing a 31 MB binary? Latest releases are 10-11 MB.[0] >This why I prefer to take backup stuff in a side container, eg: https://github.com/atrakic/gin-sqlite/blob/main/compose.yml Yeah, I agree that's cleaner, but once you're dealing with multiple containers, it's a big step up in complexity, and you can't do the simple install on places like Fly.io and Lightsail. >As a side note, you might consider revisiting your dockerfiles and skip litestream build steps, eg. in your final stage just add line like this: >COPY --from=litestream/litestream /usr/local/bin/litestream /bin/litestream Ah, thanks! The litestream Docker image is new as of 0.5.0. [0] https://github.com/benbjohnson/litestream/releases |