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 error #185

Open
st1553 opened this issue Aug 1, 2024 · 2 comments
Open

MariaDB error #185

st1553 opened this issue Aug 1, 2024 · 2 comments

Comments

@st1553
Copy link

st1553 commented Aug 1, 2024

Keep getting this error when trying to build the containers with compose:
coldfront | raise NotSupportedError(
coldfront | django.db.utils.NotSupportedError: MariaDB 10.4 or later is required (found 10.3.39).
coldfront | -- Waiting for database to become active ...

@josemunozc
Copy link

Found same error after rebuilding locally to fix issue with ondemand certificate:

$ docker compose logs -f coldfront
...
django.db.utils.NotSupportedError: MariaDB 10.4 or later is required
...

Fixed by changing MARIADB_VERSION in .venv hidden file to 10.4, and rebuilding with:

$ docker-compose up -d --no-deps --build mysql

@st1553
Copy link
Author

st1553 commented Aug 13, 2024

Thank you. I actually don't see a .venv directory. Where is that?

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

No branches or pull requests

2 participants