UPGRADING EHCP
A) for upgrade from pre-0.29.15 to 0.29.15 : http://ehcp.net/?q=node/1047
B) upgrade from 0.29.15 to 0.19.15.2 : just replace classapp.php from new package.
Upgrade in short:
* Backup your config.php
* download new or stable or beta package of ehcp, extract it,
* restore your config.php
* logout & login back
* restart ehcp daemon: /etc/init.d/ehcp restart
ehcp directory structure has changed in version 0.29.15. so, if you are upgrading from pre 0.29.15 versions, you need to follow (A), this may be sometime problematic.
after this version, I think, replacing classapp.php or maybe a few files in future will be enaugh.
Do not forget to restart your ehcp daemon after upgrade:
/etc/init.d/ehcp restart
Original question:
Hi, how to upgrade 0.29.04 to 0.29.07 without reinstall? I have some domains...
ehcpdeveloper
Fri, 04/17/2009 - 00:44
Permalink
Re: how to upgrade 0.29.04 to 0.29.07?
Download new package,
logout of ehcp gui, backup your original files
put files in package in your ehcp dir, except config.php
restart ehcp daemon: /etc/init.d/ehcp restart
login back to ehcp gui (upon first login, some missing table rows will be rebuilt, if any, you may see some "field not found, setting up...." messages)
That should work now.
Similar technique should work for future versions of ehcp.
when ver.0.30 out, upgrade in same way...
(you may look also at http://www.ehcp.net/?q=node/171)
forcevision
Thu, 04/29/2010 - 12:01
Permalink
How do I logout from ehcp gui
How do I logout from ehcp gui ? Which files should I backup ?
http://www.jernstedt.me
ehcpdeveloper
Thu, 04/29/2010 - 21:59
Permalink
logout: left menu, bottom,
logout: left menu, bottom, logout link
backup: while upgrading, only backup your config.php in ehcp dir,
then put new files into that, restore your config.php
this way, your new ehcp will work.
tristar
Fri, 12/02/2011 - 09:39
Permalink
check apachehcp.conf file too
thanks
siella
Thu, 12/01/2011 - 16:17
Permalink
where is ehcp folder?
where is ehcp folder?
/var /www /new / ehcp
is that right way?
ehcpdeveloper
Thu, 12/01/2011 - 23:38
Permalink
for older ehcp's, (older than
for older ehcp's, (older than 0.29.15), it is in /var/www/vhosts/ehcp
for newer ones, yes, it is in /var/www/new/ehcp
ehcpdeveloper
Tue, 12/21/2010 - 17:58
Permalink
for upgrade from pre-0.29.15
for upgrade from pre-0.29.15 to 0.29.15 : http://ehcp.net/?q=node/1047
ehcpuser
Mon, 06/13/2011 - 00:35
Permalink
When I try to upgrade the
When I try to upgrade the using the ugrade_to_yeni.sh file, I run it and get "./upgrade_to_yeni.sh: 2: Syntax error: "(" unexpected"
I use EHCP =)
tristar
Mon, 06/13/2011 - 13:37
Permalink
0.29.15.4
Hey, can you tell us what files exactly we need to copy beside classapp.php to upgrade from 0.29.15.x to 0.29.15.4?
Thanks for your work. :)
ehcpdeveloper
Sun, 06/19/2011 - 03:24
Permalink
only classapp.php should be
only classapp.php should be ok.
however, maybe localutils.php also... not sure exactly
ehcpdeveloper
Tue, 03/13/2012 - 14:53
Permalink
another way, so-called one
another way, so-called one liner:
cd /var/www/new ; cp ehcp/config.php ./; wget -O ehcp.tgz ehcp.net/download ; tar -zxvf ehcp.tgz ; cp config.php ehcp/ ; /etc/init.d/ehcp restart
(for ehcp's equal or newer than 0.29.15)
extremal
Wed, 08/01/2012 - 10:55
Permalink
Update Tutorial
Greetings i have EHCP 0.29.15.4 running on ubuntu 12.04 LTS can someone describe EHCP upgrade procedure to latest step by step ?