Page 2 of 2

Re: How to revert from beta to stable on Pi?

Posted: Friday 10 July 2015 23:02
by dressie
Type "sudo wget....." ...works for me!

Re: How to revert from beta to stable on Pi?

Posted: Saturday 11 July 2015 10:54
by Heisenberg
thnks!

Re: How to revert from beta to stable on Pi?

Posted: Monday 13 July 2015 13:57
by thorbj
Thanks, that works better :)
Heisenberg wrote:Unfortunately it doesn't work for me with the above link:
pi@domoticzpi ~/domoticz $ wget http://domoticz.sourceforge.net/domotic ... armv 7l.tgz
--2015-07-10 21:58:39-- http://domoticz.sourceforge.net/domotic
Resolving domoticz.sourceforge.net (domoticz.sourceforge.net)... 216.34.181.96
Connecting to domoticz.sourceforge.net (domoticz.sourceforge.net)|216.34.181.96| :80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-07-10 21:58:39 ERROR 404: Not Found.

--2015-07-10 21:58:39-- http://.../
Resolving ... (...)... failed: Name or service not known.
wget: unable to resolve host address `...'
--2015-07-10 21:58:39-- http://armv7l.tgz/
Resolving armv7l.tgz (armv7l.tgz)... failed: Name or service not known.
wget: unable to resolve host address `armv7l.tgz'
Try using

Code: Select all

wget http://domoticz.sourceforge.net/domoticz_linux_armv7l.tgz
instead. This works great!

http://domoticz.sourceforge.net/domotic ... armv7l.tgz is only a shortened reference, to the original address, which is domoticz.sourceforge.net/domoticz_linux_armv7l.tgz

Re: How to revert from beta to stable on Pi?

Posted: Tuesday 26 January 2016 13:41
by max_g
Updated steps that work as of Jan 2016 ( ArmV6 filename updated to ArmV7 )
Thinkpad please update wiki or the first post if beneficial

First backup your database from the webGUI (Setup > Application settings > Backup database (in left menu)).
Login via SSH
After you login check if you are in /home/pi (or just cd /home/pi/ to be sure)
Then stop domoticz (sudo service domoticz.sh stop)
Remove the domoticz folder (rm -rf domoticz)
Make a new domoticz folder (mkdir domoticz)
Go to that folder (cd domoticz)
Then download the latest stable version using the command below

Code: Select all

wget http://domoticz.sourceforge.net/domoticz_linux_armv7l.tgz
Extract it (tar xvfz domoticz_linux_armv7l.tgz)
Remove the compressed file (rm domoticz_linux_armv7l.tgz)
Reboot (sudo reboot)
Import your database backup (the 'domoticz.db' file).
Reboot again (sudo reboot)

You should now be fully up and running again on the stable version instead of the beta

Re: How to revert from beta to stable on Pi?

Posted: Monday 11 April 2016 10:49
by Luigi87
Hi all,

yesterday i have accendently installed a Beta version of Domoticz.
My system is now full of bugs.

So i want to do a roll back, without data loss.
i have found te following message of Mbliek.
mbliek wrote:This should give you the latest stable:

Code: Select all

wget http://domoticz.sourceforge.net/domoticz_linux_armv6l.tgz

tar xvfz domoticz_linux_armv6l.tgz

rm domoticz_linux_armv6l.tgz
But the link to Domoticz is not longer vallid.
is the "domoticz_linux_armv7l.tgz" the latest Stable Version??

Re: How to revert from beta to stable on Pi?

Posted: Monday 11 April 2016 15:59
by HansieNL
If you run ./updaterelease from Domoticz folder it will auto download and install latest stable version.

Re: How to revert from beta to stable on Pi?

Posted: Monday 11 April 2016 16:54
by Eduard
Luigi87 wrote: yesterday i have accendently installed a Beta version of Domoticz.
My system is now full of bugs.
:shock: Which bugs? We all try our best to make every beta release better and better...

Re: How to revert from beta to stable on Pi?

Posted: Monday 11 April 2016 17:15
by Westcott
I have to agree with Eduard, the bete releases are very stable.
Anything unusual is quickly spotted by the myriads of users, and soon fixed.
Please detail any bugs that you see?

Re: How to revert from beta to stable on Pi?

Posted: Tuesday 12 April 2016 13:49
by Luigi87
Eduard wrote:
Luigi87 wrote: yesterday i have accendently installed a Beta version of Domoticz.
My system is now full of bugs.
:shock: Which bugs? We all try our best to make every beta release better and better...
Westcott wrote:I have to agree with Eduard, the bete releases are very stable.
Anything unusual is quickly spotted by the myriads of users, and soon fixed.
Please detail any bugs that you see?
Sorry for the late response but my first prio was getting Domoticz back online.

On Sunday i have updated my version 2.4 stable to the latest beta.
On Sunday night was I browsing trough the settings ( only hoving over the options) and the Domoticz system freezes.
After a reset of the complete system (windows host and Virtual box with Linux Ubuntu) Domoticz was up and running again. But Lost all my connection to the Antenna’s (RFXcom 433/ USB Zwave.me and my P1 serial port) after 30 minutes the RFXcom was working again, but no P1 data.
Domoticz was stable with the RFXcom until Monday morning and then again lost the connection to the RFXcom. Later that day I had again a complete freeze of the Domoticz system.

I don’t have logs of the bug above, because I have restored the back up of Sunday to get it working again.
(ps. now updated to the lastest stable release and now online without bugs from last night 0:30)

Re: How to revert from beta to stable on Pi?

Posted: Sunday 27 August 2017 23:18
by Crispy78
I know this thread is a bit "old", but....
After beta 3.8367 gave me some "http://"-errors causing me to loose the P1-read outs (electricity and gas) I wanted to go back to stable. After reading the Wiki instructions I tried another method:
- in "Settings -> System" I changed the release channel to "Stable",
- with my favorite terminal client (Terminus) I went to my Domoticz directory (cd domoticz),
- then I ran "sudo ./updaterelease".
Now I'm back on 3.8153 and all is working fine for me. Maybe someone could add it to the Wiki (perhaps with the potentially harmful risks of this practice... If any).

I'm running Debian 8 (Jessie) on an OrangePi 2 btw.