Current time: 04-20-2024, 03:55 AM Hello There, Guest! (LoginRegister)


Post Reply 
VHCS2 to ispCP
Author Message
achioo Offline
Junior Member
*

Posts: 76
Joined: Nov 2006
Reputation: 0
Post: #1
VHCS2 to ispCP
Anyone have the details on how to switch from VHCS2 to ispCP?
04-19-2007 11:35 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #2
RE: VHCS2 to ispCP
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
04-19-2007 11:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
achioo Offline
Junior Member
*

Posts: 76
Joined: Nov 2006
Reputation: 0
Post: #3
RE: VHCS2 to ispCP
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.
(This post was last modified: 04-19-2007 11:42 PM by achioo.)
04-19-2007 11:40 PM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #4
RE: VHCS2 to ispCP
it can be done manually - pls. search the forum somebody already posted some hints Wink
04-20-2007 01:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Miguel Offline
Junior Member
*

Posts: 11
Joined: Apr 2007
Reputation: 0
Post: #5
RE: VHCS2 to ispCP
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!
(This post was last modified: 04-21-2007 09:08 AM by RatS.)
04-20-2007 10:24 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)