I'm having a lot of issues after my restore of a VM at Strato. After restoring my mysql isn't starting anymore. I added an innodb_force_recovery = 4, Mysql is starting again. https://www.howtoforge.com/community/threads/table-mysql-user-is-marked-as-crashed-and-should-be-repaired.70908/ But mails are not sent or arriving :-( https://www.howtoforge.com/community/threads/mail-errors-after-mysql-db-issues.70929/ Can somebody help me out? I have no idea where to look anymore....
Reinstalled the server. But on the new server all websites show the default "Welcome to your website!" ispconfig page?
They don't have html files installed. I copied the data from the old server. I also have sites that have a redirect enabled via ispconfig and also these pages come to the default .html page.
Did you run a resync with tools > resync in ispconfig on all websites after you migrated them and did you copy the web* users from /etc/passwd and /etc/shadow and the client* groups from /etc/group and /etc/gshadow as part of the migration?
Yes I did that as well. I followed these instructions: https://www.howtoforge.com/community/threads/upgrade-ubuntu-ispconfig-3-from-12-04-14-04.66552/
Check if the vhosts files in /etc/apache2/sites-available/ had been created and if they look ok and dont have .err file endings and that symlinks in /etc/apache2/sites-enabled/ directory exist for the vhost files.
I copied the files again from the old server to the new server and resyncd. I think this solved the issues.