You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the content of the indexer db is deterministic, but the backup is not since it's in binary format. to make it deterministic we should instead do something equivalent of a "sqlite3 .dump"
i.e. that the backup is a (compressed) bunch of SQL INSERT (etc) statements instead of native binary sqlite3 format
The text was updated successfully, but these errors were encountered:
right now the content of the indexer db is deterministic, but the backup is not since it's in binary format. to make it deterministic we should instead do something equivalent of a "sqlite3 .dump"
i.e. that the backup is a (compressed) bunch of SQL INSERT (etc) statements instead of native binary sqlite3 format
The text was updated successfully, but these errors were encountered: