Failed alternative DBMS installation on CentOS 7
Symptoms
Attempts to install any alternative DBMS in ispmanager 6 lite, pro, host on CentOS 7 are interrupted or completed with an error.
Causes
The Docker repositories regularly update image versions of various DBMS. However, due to the approaching end of life of this OS, these updates are not compatible with the native version of Docker for CentOS 7.
Solution
It's required to replacce the versions of the following images in the template /usr/local/mgr5/etc/templates/ispmgr_docker_images.xml
, as specified in the <image>
tag:
mysql:5.7
withmysql:5.7.41
mysql:8.0
withmysql:8.0.29
mariadb:10.3
withmariadb:10.3.39
mariadb:10.4
withmariadb:10.4.31
mariadb:10.5
withmariadb:10.5.22
mariadb:10.6
withmariadb:10.6.15
Unfortunately, MariaDB versions 10.10 and 10.11 cannot be installed in this case as there are no similar substitute versions for them.
After saving the changes, please restart the panel:
/usr/local/mgr5/sbin/mgrctl -m ispmgr exit
PLEASE NOTE!
We recommend that you contact ispmanager technical support team in case you require assistance with a similar issue for ispmanager 6 business.