Hacker News new | ask | show | jobs
by nateb2022 166 days ago
> Are there any limitations on what can be checkpointed?

Checkpoints track anything written to a filesystem block, so pretty much only external state (remote DBs, etc) can't be rolled back this way. If you run your DB in the same sprite as the service that uses it, checkpoints will capture the state of both.