db-migrate / node-db-migrate

Database migration framework for node
Other
2.32k stars 360 forks source link

incremental backups #702

Open wzrdtales opened 4 years ago

wzrdtales commented 4 years ago

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.