Closed andreyan-andreev closed 3 years ago
Hi @andreyan-andreev thanks for bringing this to my attention. I will make this fix tonight but if you find a solution sooner please open a PR. Thank you!
Hey thanks for attending this. Actually i gave it another shot today, but first removed all docker volumes that were created during my numerous attempts and this turns out to be the solution. So in brief the script appears to work ok, and the only change needed is:
DEFAULT_DOCKER_DB_IMAGE=mariadb:10
replace with:
DEFAULT_DOCKER_DB_IMAGE=mariadb:10.4
Excellent, thank you! I am committing this change now to make it an official part of the script. Any version of Magento less than 2.4 will use Mariadb 10.2 and >= 2.4 will use Mariadb 10.4
@andreyan-andreev The changes have now been pushed. Thanks again for bringing this to my attention!
Hey there I have tried your script, but it is currently failing when it tries to install magento. The issues boils down to the fact that mariadb has pushed new version to docker hub, and that version is not supported by magento.
I have tried to replace the db version in your script
with 10.2 also 10.4, but then i hit this error:
db container gets into restart limbo