Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2024 Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024. Please take this short survey: https://pt-research.typeform.com/to/AmZvSXkx
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.
how can I downgade MariaDB from 10.5.10 to 10.3.22 or higher, because I want to install Shopware 6 and Shopware 6 has some issue with 10.3.29, 10.4.19 and 10.5.10. So I need to downgrade my MariaDB. any idea?
@max2334
in general, you can try to remove MariaDB 10.5 from your system with no-depends; install MariaDB10.3 and restore of full backup of all your databases.
but I'm not sure that dump which was created at MariaDB 10.5 will be able to be successfully restored at MariaDB 10.3.
so, even you will have a backup it may not help you.
I strongly not recommend to proceed with DB downgrade if you not sure what are you doing.
Shopware is currently NOT compatible* with all the latest releases of: MariaDB 10.3, MariaDB 10.4, MariaDB 10.5, MySQL 8.0 (* due to some dumb table create statements in the installer)
So, a simple downgrade to MariaDB 10.3 will not help here, as you most likely get v10.3.29 that way.
It's better to continue using MariaDB 10.5 and just fix that Shopware Installer-Script. (or wait till Shopware ships the next release with this fix already in it)
In order to fix that yourself, just locate the file "Migration1563805586AddLanguageToOrder.php" and replace it's content with this: shopware/platform