-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database plugin: Provide migration support #215
Comments
will we really need a migration script for the CONF / YAML Files? wont an "extended replace" function of a good editor like notepad++ fit to the requirement? |
what we should do is a wiki page for the lesser technical people in here, e.g. how to install maria db, how to set a dedicated smarthome user, etc. i can start with that the next days. |
Sure, one can just do a search replace magic. But I remember somebody asking for a migration script (like the But what about the existing data in the databases. Do we need a script for dumping the old SQLite database and importing it into a new RDBMS database? |
@ohinckel didnt the "someone" mean a migration from sqlite .db file to e.g. maria db database? |
We actually alread have a "migration script" from conf to yaml since @msinn put it into tools/conf_to_yaml_converter.py. One just has to know about and use it. So we really just need a migration manual like the Komplettanleitung. |
Added a simple script which converts conf/yaml files using sqlite settings to database settings. Because only the |
To migrate from sqlite plugin to the database plugin we need to have
(leftover from #165)
The text was updated successfully, but these errors were encountered: