← Back to context

Comment by doganugurlu

1 month ago

Or use SQLite and your backups are literally a copy of a file.

You can abuse git for it if you really want to cut corners.

Only if you can freeze your application for that long, in which case your statement is true for all non-broken databases.

  • It only freezes your application if you've misconfigured it.

    • If you want to backup your database using just a file copy, you'd better freeze your database if you value your data. Or use a fancy snapshotting filesystem.