5 ms·
But what you need to consider often is, having a consistent state in those snapshots, this can be a nasty thing for examble with all sorts of databases or confi
by fefferkorn 2y ago
But what you need to consider often is, having a consistent state in those snapshots, this can be a nasty thing for examble with all sorts of databases or configuration as database (boltdb, sqlite,...)
- bob1029 2y agoTurning on WAL for SQLite mitigates most concerns with inconsistent block storage state.
- fefferkorn 2y agoYes, but i meant in general, idk if ALL those systems support wal archiving.