• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Forwarded to devs Clean installation of Plesk on a Centos 8 server with MySQL 8 does not work

danami

Silver Pleskian
Username: danami

TITLE

Clean installation of Plesk on a Centos 8 server with MySQL 8 does not work

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

CentOS Linux release 8.3.2011

PROBLEM DESCRIPTION

The Plesk CLI installer does not work when trying to do a clean install on a Centos 8 server running MySQL 8.

STEPS TO REPRODUCE

Instructions taken from (To perform clean installation of Plesk on the server with MySQL8):

On a Centos 8 server:

Code:
// install mysql 8
yum -y install @mysql
systemctl start mysqld
systemctl enable --now mysqld

// this is a dependency of plesk-mysql-server-community-centos-8.rpm
yum install mariadb-connector-c

rpm -Uvh https://autoinstall.plesk.com/mysql-server-community/plesk-mysql-server-community-centos-8.rpm
wget https://autoinstall.plesk.com/plesk-installer
chmod +x plesk-installer
./plesk-installer

ACTUAL RESULT

The Plesk installer will remove MySQL 8 and spit out a tonne of errors as no DB server is installed.

EXPECTED RESULT

The installer should not remove MySQL 8.

ANY ADDITIONAL INFORMATION

I was able to do a clean install of Plesk with MySQL 8 using the CLI installer on Ubuntu 20.

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 

Attachments

  • autoinstaller3.pdf
    449.1 KB · Views: 1
Last edited:
If you look at the STEPS TO REPRODUCE section which I posted you can see that I installed that package and it's dependencies before I ran the Plesk installer.

Code:
rpm -Uvh https://autoinstall.plesk.com/mysql-server-community/plesk-mysql-server-community-centos-8.rpm
wget https://autoinstall.plesk.com/plesk-installer
chmod +x plesk-installer
./plesk-installer
 
Thank you. The issue PPPM-12774 is confirmed: it's impossible to install Plesk + mysql8 on centos8.
Unfortunately, no way to work around the issue.
 
Back
Top