Hi
I'm running the lowwrite 8.5.0 on my Pi and want to upgrade to the latest version.
So just to be sure. I should follow this guide: https://github.com/emoncms/emoncms/blob/master/docs/Upgrading.md
and after that enable the low write mode as described here:
https://github.com/emoncms/emoncms/blob/master/docs/RaspberryPi/Low-writ...
Is this the way to do it?
Thanks.
Re: upgrade from 8.5 low-write
That upgrading guide is pretty much out of date, my suggestion would be (presuming that your using Raspbian Wheezy);
Compatibility
v9 is compatible with MySQL, phpfiwa, phpfina & phptimeseries data. If you have any other formats, they will need converting first
Backup
Ensure that you have securely backed up your data - this post is probably the best to follow.
Update to v9 (in full-write mode)
Put your pi in rw mode;
Stop emonhub
Backup existing emoncms version
Install emoncms v9
Create a new settings file:
Enter your mysql database settings in settings:
and also change the datadir folder locations to /home/pi/data/ instead of /var/lib
In your browser login to emoncms:
Flush Redis & start emonhub
Your inputs & feeds should now start updating, and you should again check the Administration page and deal with any messages reported in there.
Switching to Low-Write mode
Enable feedwriter
And then activate Low-write;
In the section:
Save & exit, put your pi back into ro mode, then power off your Raspberry Pi, followed by powering it back up:
Can you let us know how it goes, as it may help others, and help re-write the upgrade guide.
Paul
Re: upgrade from 8.5 low-write
After upgrade the dashboards are missing.
Follow the guide on https://github.com/emoncms/emoncms/blob/master/docs/RaspberryPi/general.... to get the dashboards back.