This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Description
Snapshots sent to bottomless are just regular db files. Let's make sure that before they get sent to S3, we know that they are correct. The best way to do that that comes to my mind is to create a local connection to the database and run pragma integrity_check;
.