• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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