Wan Optimization Support

General Category => General Discussion => : RamIndia January 21, 2015, 05:46:36 PM

: New release
: RamIndia January 21, 2015, 05:46:36 PM
hey how are you doing ?

iam back after a long time, just want to be in touch how is project going
: Re: New release
: ahenning January 21, 2015, 05:53:08 PM
Hi Ram,

Happy new year! Going well thanks, lots of new improvements are about ready to go live.
: Re: New release
: RamIndia January 23, 2015, 09:16:05 AM
thats great, when do you think new release expecting.
: Re: New release
: ahenning January 26, 2015, 08:55:30 AM
It will be this week
: Re: New release
: RamIndia January 26, 2015, 09:46:20 AM
Hi

Is this going to be 1.5.X ?
: Re: New release
: ahenning January 26, 2015, 11:27:44 AM
It will be 2.0.0

A lot has changed, so it will be an initial beta and then we will activate the new features in quick follow up releases.

I'll spin this thread off into a post under general discussions.


update: soon
: Re: New release
: ahenning January 31, 2015, 02:21:43 PM
Hi Ram,

The initial v2 release (http://wanos.co/forum/index.php?topic=152.0) is out if you would like to test. Any feedback would be much appreciated while we get ready for the 2.0.1 update. Thanks

: Re: New release
: Cougarxr February 03, 2015, 11:38:49 PM
We were wanting to run the V2 beta as a test on an Appliance 200. Being new to WANOS I was wanting the steps to upgrade the appliance to a new version. The steps I could find in the forums see to be either to upgrade a VM, USB or hard drive install.
: Re: New release
: ahenning February 04, 2015, 12:03:48 AM
Hi Chris,

There is not an update script yet for v2.0.0, partly because its a beta release. So far no obvious issues have been reported so if it stays like that, an update script will be available in two to three days. If you are planning to update, then we'll generate the new keys after the update, since they are different.

A clean install is also possible. I'll update a 200 appliance and post the steps required here. The simplest method will probably be to boot from a v2.0.0 USB drive, then run /etc/init.d/wanosd stop-all and copy the running image over with dd (dd if=/dev/sdb of=/dev/sda)

Let me test this first though and get back to you.
: Re: New release
: Cougarxr February 04, 2015, 01:07:51 AM
Excellent. Thanks for the prompt reply.
: Re: New release
: ahenning February 04, 2015, 09:37:54 PM
Hi Chris,

This method works:
/etc/init.d/wanosd stop-all
dd if=/dev/sdb of=/dev/sda

Where sdb is the usb drive running version 2.0.0 and sda is the hdd running 1.4.1 (Perhaps just double check which is which with fdisk -l)
: Re: New release
: ahenning February 06, 2015, 08:27:49 AM
Update: the first update script will be for 2.0.1

Edit: Depending on feedback/stability