db-migrate / db-migrate/node-db-migrate

incremental backups

Open
#702 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
JavaScript
Stars
2.3k
Forks
361
PR merge metrics
No merged PRs in 30d

Description

# Description

The manipulation APIs will include a new backup functionality, that will assist to bring advanced strategies like incremental backups on databases without direct explicit support for it. The feasibility depends on the driver implementing the strategy, however any database that has either `trigger` available or `foreign keys` with `on delete set null` support can easily implement it. Other dbs either have to reside with alternative less efficient techniques or don't implement support for this feature.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.