Page 1 of 1

migration from i-mscp panel - few questions

Posted: Thu Jun 17, 2021 5:11 pm
by raistar3
Thank you for your support w/ my account activation trouble ;-)

would it be possible to use custom paths (web root) as a fixed template for all webs (customer)?
the point is I would like to migrate from i-mscp to myvestacp if possible ...
the source paths of i-mscp should remain available or emulated:

Code: Select all

# web root
/var/www/virtual/domainname.tld

# webfolder (default)
/var/www/virtual/domainname.tld/htdocs

# additional (webs) domains webfolder
/var/www/virtual/domainname.tld/domainname2.tld/htdocs

# subdomains
/var/www/virtual/domainname.tld/subname/htdocs
or maybe symlinks ... I have many (customer) CMS which are using a fixed path in their configs (that's the hard part).

can I generate (re-generate) myvestacp user configs after a migration from mysql or is API usage required?

Re: migration from i-mscp panel - few questions

Posted: Thu Jun 17, 2021 7:16 pm
by myVesta
i think the easiest way is with symlink, simply symlink public_html to /var/www/virtual/domainname.tld/htdocs
also chown symlinks: chown -h user:user public_html
after that just alter open_basedir in pool.d conf files - viewtopic.php?f=18&t=54

Re: migration from i-mscp panel - few questions

Posted: Thu Jun 17, 2021 7:22 pm
by raistar3
thanks, I will try to use a php or bash script to create symlinks after a test migration