Hello, Can I make an upgrade about mariadb 11.8,I need to use the embedding / vector for the development ? i follow th instruction provided by mariadb. Code: sudo apt-get install apt-transport-https curl sudo mkdir -p /etc/apt/keyrings sudo curl -o /etc/apt/keyrings/mariadb-keyring.pgp 'https://mariadb.org/mariadb_release_signing_key.pgp' Code: # MariaDB 11.8 repository list - created 2025-04-02 13:28 UTC # https://mariadb.org/download/ X-Repolib-Name: MariaDB Types: deb # deb.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https://mariadb.org/mirrorbits/ for details. # URIs: https://deb.mariadb.org/11.rc/ubuntu URIs: https://mirror.us.mirhosting.net/mariadb/repo/11.8/ubuntu Suites: oracular Components: main main/debug Signed-By: /etc/apt/keyrings/mariadb-keyring.pgp Code: sudo apt-get update sudo apt-get install mariadb-server Fo phpmyadmin the password can be lost, we must do a php reconfigure eventually. I do that on my computer, I just needto renew my password under phpmyadmin ? What is the version about the next release ispconfig? thank you
ISPConfig uses the MariaDB version that ships with the operating systems; we do not support installing newer MariaDB versions. This does not mean that it does not work, we just don't test it, and you must be prepared that your system stops working, so better test it before you do that upgrade.