• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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