Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2024 Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024. Please take this short survey: https://pt-research.typeform.com/to/AmZvSXkx
The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.
Hello,
> 1. Its something dangerous for the server? or i can ignore it?
This error doesn't affect your server operations right now.
> 2. I am not an advanced user, how easy and safe is to do what you suggest?
Usually, conversion to Almalinux is quite safe. But if you doubt, you can contact our...
Hello,
Unfortunately I cannot reproduce the problem. Could you please provide /var/log/plesl/install/autoinstller3.log fragment with the latest upgrade attempt? Or might be you use custom mirror ?
Hello,
As I see from the log, you have Plesk installed on CentOS 8, but the vendor is EOL CentOS 8 since 31.12.2021. You should either migrate installation to supported OS, or perform inplace upgrade to Almalinux.
Thanks,
Hello,
Hello,
It seems you are using mariadb from mariadb.org and they revokes 10.3.33 release from their repository - MariaDB 10.3.33 Release Notes, so the packages are not avaialiable.
It seems you are tried to install Plesk RockyLinux on ARM architecture, which is not supported. RockyLinux is supported only on x86_64 architecture. We only support Ubuntu 20.04 on ARM at this moment.
Hello,
Please ensure that psa and plesk-release packages has 18.0.38 release, and correctly installed and configured, it looks like incomplete update was performed.
{code}
# dpkg -l psa plesk-release
Desired=Unknown/Install/Remove/Purge/Hold
|...
@Apparire, the original issue is specific to MariaDB server 10.6, so you cannot have it on MariaDB 10.1, and it's better to resolve your issue before MariaDB upgrade because it is unlikely properly upgraded if the service cannot be started up. Could you provide output of systemctl status mariadb...
Hello,
MariaDB since 10.6 doesn't allows to bind both ::1 and 127.0.0.1 by setting bind-address = ::ffff:127.0.0.1 in my.cnf. If your upgrade from previous version, you should replace bind-address to 127.0.0.1, otherwise MariaDB won't start (or plesk sbin mysqlmng --bind-address local do it for...
Hello,
The instruction from KB article should help. In short: apt install plesk-php74-dev build-essential, then /opt/plesk/php7.4/bin/pecl install apcu, then configure ini for it. Please note, that APC pecl extension probably will not compile for PHP 7.4.
Hello,
It seems you have problems with /lib64/libonig.so.5 (it required by mbstring.so). I recommend to try to reinstall the package oniguruma: yum reinstall oniguruma, or yum install oniguruma, in case you have too old version
I'll also recommend to run plesk installer with --source http://autoinstall.plesk.com (as some providers configure to use own mirrors, which are not usually up2date)