libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

A partial snapshot may be uploaded to S3 #721

Closed penberg closed 1 year ago

penberg commented 1 year ago

If a database restarts in the middle of checkpointing, the restarted server will attempt to upload the partial snapshot to S3, which can be a problem if we later on retrieve it.

penberg commented 1 year ago

@Horusiath verified that this does not happen.