chore: retire auto backup for sqlite

This commit is contained in:
Steven
2023-12-19 22:34:06 +08:00
parent b575064d47
commit e0cacfc6d6
29 changed files with 23 additions and 385 deletions

View File

@ -74,10 +74,6 @@ func (d *DB) Vacuum(ctx context.Context) error {
return tx.Commit()
}
func (*DB) BackupTo(context.Context, string) error {
return errors.New("Please use postgresdump to backup")
}
func (*DB) GetCurrentDBSize(context.Context) (int64, error) {
return 0, errors.New("unimplemented")
}