migration from i-mscp panel - few questions

Post Reply
raistar3
Posts: 3
Joined: Wed Jun 16, 2021 11:33 am

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?
User avatar
myVesta
Site Admin
Posts: 924
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

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
raistar3
Posts: 3
Joined: Wed Jun 16, 2021 11:33 am

thanks, I will try to use a php or bash script to create symlinks after a test migration
Post Reply