• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by VNick

  1. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Please be advised that we've identified a couple of issues with the latest MariaDB 10.11.8 release. So you might want to hold off MariaDB upgrades until further notice to ensure the upgrade process is smooth and doesn't require manual intervention. The first is issue is only on Debian-based...
  2. V

    Resolved Plesk Repodata for PHP 8.2 is Broken on AlmaLinux 8 [URGENT]

    Should be resolved now. Thank you for reporting this issue!
  3. V

    Resolved Plesk Repodata for PHP 8.2 is Broken on AlmaLinux 8 [URGENT]

    Looks like a specific CDN endpoint (79.127.235.6) issue. Will reply here once it's addressed.
  4. V

    Issue 18.0.59 (Update #2) failing to update to 18.0.60

    System package update-notifier-common post-install script failed due to a Python module absence. Try running: sudo apt-get --reinstall install python3-debian Alternatively, you may try removing update-notifier-common and packages that depend on it, if you don't need them (be careful, though).
  5. V

    Resolved Plesk Repodata for PHP 8.2 is Broken on AlmaLinux 8 [URGENT]

    This could've happened during a short window as a result of package updates being uploaded and cached by CDN. In case you're still experiencing issues, please notify us.
  6. V

    Issue Upgrade 18.0.46 to 18.0.60 fails

    As long as it doesn't pull in other Plesk packages (other than the listed ones) and no sites use it, it's fine. It would just effectively result in the corresponding Plesk component being uninstalled. I recommend the following sequence of commands (verify that expected packages are being...
  7. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Should be OK. But you're free to update to point releases in whatever method is convenient for you.
  8. V

    Issue Upgrade 18.0.46 to 18.0.60 fails

    That's expected, since the distribution is not available at the download site. This implies you have issues with the system repositories as well. Try running yum update php-\* and seeing if it errors out. In general, if you're absolutely sure you're not using the OS vendor PHP anywhere, you may...
  9. V

    Issue Upgrade 18.0.46 to 18.0.60 fails

    In general you should be able to update from the default source. Try running plesk installer --source http://autoinstall.plesk.com Please also show the output of rpm -q psa
  10. V

    Issue Failed to reset statistics for mail exceed limit

    plesk sbin (internal utilities) and plesk bin (public CLI) are different. As I said before, just raise the limits according to your new needs.
  11. V

    Issue Failed to reset statistics for mail exceed limit

    Obviously, the same goes for removing arbitrary files.
  12. V

    Issue Failed to reset statistics for mail exceed limit

    Please do not use commands in the plesk sbin family, unless directed by the official documentation or staff. These are internal commands. Using them directly may result in unexpected changes or damage to your system. If you want to raise the messages limit for a specific object (mail, domain...
  13. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Probably there are issues on your system with the filesystem or SELinux.
  14. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    @Darren Debono , @ext_jmontalvo , thank you for bringing this to our attention. The fix will be released with Plesk 18.0.60.
  15. V

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    MariaDB developers may have changed their maintainer identification. Could you execute the following commands and paste the output here? This will help identify the root cause. for f in /usr/bin/mysql /usr/sbin/mysqld; do dpkg-query -W -f '${Maintainer}' "`dpkg -S "$f" | cut -d: -f1`"; echo...
Back
Top