• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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