Author Topic: Upgrade from 0.30.9  (Read 2465 times)

jasoneroi

  • Newbie
  • *
  • Posts: 1
    • View Profile
Upgrade from 0.30.9
« on: March 24, 2014, 02:18:06 pm »
Hi,

It's never been clear to me if the process of upgrading ehcp actually updates everything.  The last version installed by my predecessor was 0.30.9.  It's not been clear until now that a stable version had been released.  Does installing Force ehcp properly upgrade the underlying systems?

--jason

earnolmartin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 304
    • View Profile
Re: Upgrade from 0.30.9
« Reply #1 on: March 24, 2014, 06:26:36 pm »
Hi,

It's never been clear to me if the process of upgrading ehcp actually updates everything.  The last version installed by my predecessor was 0.30.9.  It's not been clear until now that a stable version had been released.  Does installing Force ehcp properly upgrade the underlying systems?

--jason

Hi Jason,

Please run the upgrader script:

Code: [Select]
sudo apt-get install subversion
cd ~/Downloads
if [ -e "ehcpforceupgrade.sh" ]; then
    rm "ehcpforceupgrade.sh"
fi
svn export "svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ehcp/ehcpforceupgrade.sh"
sudo bash "ehcpforceupgrade.sh"

http://ehcpforce.tk/download.php

It SHOULD take care of everything for you.  Please let me know if the script missed anything.