No way for me.
I've uninstalled old Domoticz v.3.8314.0, before uninstallation I've followed Domoticz Forum recommendations (https://www.domoticz.com/forum/viewtopic.php?f=3&t=23948)
Some notes about the backup:
- backup the database, this can be done on a running system via the 'Settings' option (backup/restore)
- if you use ZWave, backup the zwave configuration file (Config/zwcfg_xxxxx.xml)
- if you are using floorplans, backup images/floorplans, do not that once you start the new stable, the floowplan images are now moved into the database, for feature backups it is not needed to backup this folder any longer!
- if you are using custom/external scripts, also make a backup of them
I've installed package manually so I managed manually remove
Code:
cd /share/CACHEDEV1_DATA/.qpkg
cp -pr domoticz /share/CACHEDEV1_DATA/Backup/.
cd domoticz
./.uninstall.sh
cd ..
Then remove QNAP package configuration
My configuration has following lines, I've removed them
Code:
[domoticz]
Status = complete
Build = 20170817
Name = domoticz
Version = 3.8314.0
Author = QoolBox
QPKG_File = domoticz.qpkg
Date = 2018-07-05
Shell = /share/CACHEDEV1_DATA/.qpkg/domoticz/domoticz.sh
Volume_Select = 3
Install_Path = /share/CACHEDEV1_DATA/.qpkg/domoticz
WebUI = /
Web_Port = 8855
RC_Number = 151
Enable = TRUE
Official = 0
Last step reboot NAS, once rebooting wait for all NAS services finished to load.
So I've added QNAP Club Repo (https://www.qnapclub.eu/en/howto/1), then Installed Domoticz v.4.9701.0 from Repo (Clean Installation), and I've again same errors when try to start Domoticz
Code:
[/share/CACHEDEV1_DATA/.qpkg/domoticz] # /etc/init.d/domoticz.sh start
./Domoticz: /usr/lib/libcrypto.so.1.0.0: no version information available (required by ./Domoticz)
./Domoticz: /lib/libssl.so.1.0.0: no version information available (required by ./Domoticz)
./Domoticz: /lib/libssl.so.1.0.0: no version information available (required by ./Domoticz)
./Domoticz: /usr/lib/libldap_r-2.4.so.2: no version information available (required by /share/CACHEDEV1_DATA/.qpkg/domoticz/lib/libcurl-gnutls.so.4)
./Domoticz: /lib/liblber-2.4.so.2: no version information available (required by /share/CACHEDEV1_DATA/.qpkg/domoticz/lib/libcurl-gnutls.so.4)
domoticz: Domoticz is starting up....
and after some seconds or minutes, Domoticz crashes with no error on log (set in debug mode).
I've done a rollback to v.3.8314.0 again...
Someone managed to upgrade/install with no problems?
Regards