Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB 10.4 #1272

Closed
GNUXDAR opened this issue Dec 13, 2024 · 1 comment
Closed

MariaDB 10.4 #1272

GNUXDAR opened this issue Dec 13, 2024 · 1 comment

Comments

@GNUXDAR
Copy link

GNUXDAR commented Dec 13, 2024

Description
Good morning, I hope you can help me.
I am trying to install a project with version 2.4.5, but since I was told that it is available from version 2.4.6, I am trying with that version. When I change the MariaDB version to a compatible one (image: mariadb:10.4 in compose.yaml), I get the following error.

compose.yaml
change code in:
phpfpm:
image: markoshust/magento-php:8.3-fpm-3 -> markoshust/magento-php:8.1-fpm ✅

db:
image: mariadb:10.6 -> image: mariadb:10.4 ❌

Steps To Reproduce

  1. mkdir -p ~/Sites/magentoproject
  2. cd $_
  3. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
  4. bin/download community 2.4.6
  5. bin/setup magento.test

Expected Result

Actual Result
image

@markshust
Copy link
Owner

Need a more detailed error log, aka as to why the db container is failing to start. Be sure you don't have anything else listening on port 3306 on your host, as simply changing the version number should get things to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants