Feature request:
I would love an easy way to export and import the settings. It would help greatly with automated deployment (Ansible, etc.) of Heimdall.
I know I can copy the sqlite db, but that seems messy and might interfere with db changes in the future.
Some ideas:
-
The most rudimentary way to implement this would be a simple sql dump and ingest. This way, all you need is a text file.
- upsides
- downsides
- hard to read/edit manually
- have to trust that text file is well-formed
-
A more complicated, but better way would be to transform the necessary data to/from a config file.
- downsides
- upsides
- formats to consider
Feature request:
I would love an easy way to export and import the settings. It would help greatly with automated deployment (Ansible, etc.) of Heimdall.
I know I can copy the sqlite db, but that seems messy and might interfere with db changes in the future.
Some ideas:
The most rudimentary way to implement this would be a simple sql dump and ingest. This way, all you need is a text file.
A more complicated, but better way would be to transform the necessary data to/from a config file.