@randyjc yes. In msot cases, there won't be an issue but to be 100% safe we need a fail-safe solution (via an addon implementation) to backup sqlite files. The current backup code does a db copy, which is fine since sqlite3 can "recover" if you copy a file which only has part of a transaction/log but not ideal.
M
mgn841
@mgn841