Jump to: navigation, search

Trove/incremental-backups

< Trove
Revision as of 18:51, 22 October 2013 by Robert Myers (talk | contribs) (Created page with "== Incremental Backups == Adding support for incremental backups and restores. === Database Changes === It is necessary to add a text field to store meta data from the back...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Incremental Backups

Adding support for incremental backups and restores.

Database Changes

It is necessary to add a text field to store meta data from the backups. This includes the type of backup and the position of the bin logs or lsn number.

Table Backup - add meta text field null true

Full backup changes

Change the current backup process to add the meta data from the backup process.