Backup/restore history only #2534
Unanswered
BeJaHome
asked this question in
Core functionality
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe your core improvement
It would be great if you could only restore history from the database from a previous backup into the current database. For example when moving from the internal SQLite to an external MariaDB.
Current limitations
After switching database, all historical data from entities, etc gets lost. A restore now includes all entities, devices and core, also undoing eventual updates that were made since the backup that holds the history was made.
Technical benefits
Easier move from SQLite to for example MariaDB.
Additional context
Import and export features like in MS Access database program.
All reactions