Closed pboettch closed 5 months ago
No backup. In general a backup before each save with several copies might be a nice idea, no?
Without doing it for each save, I would say that we can copy the db file before each migration with a name like backend.sqlite.pre-migration-backup-{datetime.now().isoformat}
.
@pboettch do we backup the db before migration? If not, maybe we should do a simple CP before any migration.