ispCP - Board - Support
VHCS2 to ispCP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: VHCS2 to ispCP (/thread-411.html)



VHCS2 to ispCP - achioo - 04-19-2007 11:35 PM

Anyone have the details on how to switch from VHCS2 to ispCP?


RE: VHCS2 to ispCP - BeNe - 04-19-2007 11:36 PM

There will be a Update Script from VHCS 2.4.7.1 to ispCP in the Stable Version. Take a look at the Timeline or the Roadmap Wink


RE: VHCS2 to ispCP - achioo - 04-19-2007 11:40 PM

I was hopin for something a bit sooner because I just upgraded my sarge to etch and I can no longer add users Sad I did the keysize change but now in the debugger it says
Code:
sys_command() | ERROR: External command '/usr/sbin/useradd -c virtual-user -d /var/www/virtual/domain.tld -g vu2018 -s /bin/false -u 2018 vu2018' returned '6' status !

Mean ol VHCS...

oh and status 6 means that the group doesn't exist.


RE: VHCS2 to ispCP - ephigenie - 04-20-2007 01:53 AM

it can be done manually - pls. search the forum somebody already posted some hints Wink


RE: VHCS2 to ispCP - Miguel - 04-20-2007 10:24 PM

I migrated from vhcs 2.4.7.1 to RC1 without problems, following a guide i cant find again on google. Maybe someone here got this link.

Then I installed the RC2 version following the install instructions.
After that I migrated the database values to the new ispcp database. Also i copied the mailaliases from the vhcs2 folder to the ispcp one.

then i run this

root#mysql -u root -p
mysql>USE ispcp
mysql>UPDATE `domain` SET `domain_status` = 'change' WHERE `domain_status` = 'ok';
mysql>UPDATE `domain_aliasses` SET `alias_status` = 'change' WHERE `alias_status` = 'ok';
mysql>UPDATE `subdomain` SET `subdomain_status` = 'change' WHERE `subdomain_status` = 'ok';
mysql>quit
root#/var/www/ispcp/engine/ispcp-rqst-mngr

In general its all working fine, there are some minor permissions problem that I am repairing while they appear.

Now I'm deleting the old vhcs2 files.

I am running Etch

Good Luck!