-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed conversion because: plesk-config-troubleshooter, plesk-core and psa-watchdog? #3
Comments
After checking the error log, it seems these issues are/were caused by the fact it couldn't connect to the MySQL service? Which is to be expected as it was removed? Will give it a new go, probably something went wrong. Will restore the snapshot and try again. I will make sure MariaDB is running after the restore. Edit: same result unfortunately... |
You'll see on line 97 here of the script that it's supposed to be removing MariaDB at the right point in the process (prior to running the Virtuozzo provided conversion). Did that part not work on your system? The full log seems to be indicating that there were simply errors in updating Plesk before it actually started the conversion, or am I reading that wrong? Not sure how much I can help with that part, though I wonder if perhaps I should include a plesk version check or something like that to prevent conversion on the wrong version of Plesk. |
True, but that didn't work, that's why I used: Removing MariaDB stuff seperately:vzctl exec $CTID rpm -e MariaDB-compat --nodeps I mentioned this. So it should be removed, right? This (test) Plesk server is running the latest Plesk version along with the latest CentOS 7.x. All updates applied. Regards |
@HHawk the full log only shows the --convert portion. In the --prepare portion this is run:
Yet in your --convert run, the SQL connection warnings come from the removal of numerous plesk-* packages, including:
Which should have already been removed by the prepare stage... was the prepare stage not run? If it was run, then the key to resolving this will be determining why the plesk packages weren't removed during the prepare stage like they should have been :) |
I will try to give it a new go today, if I have the time. But I already ran it twice (after restoring snapshot though). |
Hi there!
Great work! I am pleased to somebody actually care about users who are running Plesk on Virtuozzo/OpenVZ containers!
However I am getting an error:
Followed by:
I have included the full log of everything, maybe it helps: full_log.txt
Sidenote; I fixed the previous MariaDB error myself, by removing them individually. Error: error: package MariaDB-shared is not installed
Fixed that by using:
Thanks in advance!
Regards,
HHawk
The text was updated successfully, but these errors were encountered: