Hi all,
first of all, I am using the latest version of I-MSCP and Debian 9 (9.9). I set up I-MSCP from a clean Debian install (9.7). During I-MSCP setup I have chosen to use MariaDB 10.2:
- root@cloudserv111:~# service mysql status
- ● mariadb.service - MariaDB 10.2.25 database server
- Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
- Drop-In: /etc/systemd/system/mariadb.service.d
- └─migrated-from-my.cnf-settings.conf
- Active: active (running) since Thu 2019-10-31 02:09:12 CET; 2 days ago
- Docs: man:mysqld(8)
- https://mariadb.com/kb/en/library/systemd/
- Process: 1979 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
- Process: 1948 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SUCCESS)
- Process: 997 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=`/usr/bin/galera_recovery`; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POS
- Process: 988 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
- Process: 941 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
- Main PID: 1184 (mysqld)
- Status: "Taking your SQL requests now..."
- Tasks: 39 (limit: 36864)
- Memory: 342.2M
- CPU: 5min 16.937s
- CGroup: /system.slice/mariadb.service
- └─1184 /usr/sbin/mysqld
However, since about a month, MariaDB updates are not installed due to incompatibility (see attached screenshot from the console):
I have not altered any apt sources manually. The one currently in use for MariaDB comes from the I-MSCP installation:
Strech is the right distro name for version 9. I have googled about the library and for some reason the new requested version only runs with Debian 10. How is it possible that a repo built against Debian 9 requests Debian 10 dependencies? Aptitude offers some solutions. As the packages are part of I-MSCP I do not know what to do. Could you help me solve this conflict, i.e. update MariaDB without destroying I-MSCP?
Thanks