-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update process #37
Comments
I am not sure if there is an easier way. I always tried the safe way: Safe all configs, delete the old app and install the new qpgk. Thenafter I copied all configs into the fresh installation. |
HI Andy1402, thank you for your answer. Do you mean with all configs the config folder or other folders, too? I usually delete all folders after deinstallation and then copy just the config folder to the new installation. It take a long time to install all bindings and do the configuration thats why I was asking about an other way... |
Hi exo1987. The bindings are installed automatically in my case because of my addons.cfg. You can configure, that bindings are automatically installed. In my case: |
HI Andy, thats a very good tip! I was able to find a file with the name addons.config (not .cfg) but it seems like it is the same you were talking about. This will safe a lot of time.... regards |
@Andy1402 did you backup userdata folder? oder the folders within that folder? |
@6r15u no I did a backup from the folder "conf" only. |
@Andy1402 That is too less. Most of openHAB's settings are stored in a database, which is again stored in userdata. Therefore, if you only backup conf, then you only save your smarthomes' rules and other general settings. As a consequence you'll need readd all devices and configure them again. (in case you lost your settings) |
@thopiekar you are right. But in my case it is enough. I'm using a MySQL DB for database. And yupp, I configure my Z-Wave-Stick manually first time and add every Z-Wave-Thing again. I'm not sure how to prevent this. In the past I read from problems, if you simply overwrite the userdata folder. |
Well, it is a tricky part. What you can do is making a backup of your working userdata directory and make an update, so you get the new directory. Then you need to copy all files from your backup to this one. Optionally if you are unlucky there will be old remains in the backup, which need to be removed. |
HI guys,
is it necessary for the upgrade/update process to remove the openHAB qnap app and also delete the usersdata folder before installing a new version? Is there no easier way?
Kind regards
Exo
The text was updated successfully, but these errors were encountered: