• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

Issue Docker Problems in Plesk Obsidian 18.0.60

anatol

New Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.60, last updated on April 11, 2024 01:15 PM
For running Shopware 6 the best DB solution is using MySQL 8. With Maria DB which is by default in Plesk there are a lot of migration (SW5-> SW6) problems. After long tests we found what the best solution is to use Docker version of MySQL 8.0.36 (Image: mysql:8.0.36-debian). The only problem with this image was creating the MySQL Server in Plesk, there was a connection problem but I solved it by installing libmariadb3 on Ubuntu:

apt install libmariadb3

This solution was good, but after each Docker container restart I had to resave the server settings, otherwise I could not connect to DB from external IP.

1713256329652.png

Everything worked well until Plesk update to version 18.0.60.
After this update the Docker Overview looks like this (no logs, Internal error):

1713256627721.png

I tried to recreate:

1713256812808.png

The log is back but there are issues 1 and 2:

1713256842555.png

PHP MyAdmin is accessible, no problems. I can connect to DB in terminal.
The issue 1 I fixed temporarily in my.cnf file by:

[mysqld]
log_error_verbosity = 1
default_authentication_plugin=mysql_native_password


But this is not a long term solution.
The issue 2 still persists.
Dear Plesk support, please, help to solve these Docker issues.
 
I recommend contacting Plesk support so they can investigate the issue on your server directly.

To sign-in to support please go to https://support.plesk.com

If you experience login issues, please see this KB article:
https://support.plesk.com/hc/en-us/...rt-plesk-com-and-password-reset-does-not-work

If you bought your license from a reseller, your reseller should provide support for you. If the reseller does not provide support, here is an alternative:
https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk-
 
Back
Top