I'm new user of myVesta, just installed it at one VPS a week ago for tests (the server is temporary one, Debian 10) and recently installed it at the new VPS wth Debian 11.
The steps to reproduce were: myvesta (nginx + apache + vsftpd + ... ) + multi PHP versions (5.6 + 7.4 + 8.0). I don't know why 8.0 was installed (btw I did not select it).
Currently found issues:
- Phpmyadmin does not work at the virtualhost with force-https nginx template, only with force-https-legacy.
- Roundcube (/webmail/) shows a "config.inc.php was not found" error. The /var/lib/roundcube/config/config.inc.php has rw-r--- permissions. 777 solves the problem but it is not safe. rw-r-r (owner:root) is OK but I'm not sure it's safe. After changinf the permissions the "DATABASE ERROR: CONNECTION FAILED!" happened. The databases & tables exist, maybe smth with the user. I will try to reset the password from ssh.
To be continued...