hpc-toolset-tutorial icon indicating copy to clipboard operation
hpc-toolset-tutorial copied to clipboard

MariaDB error

Open st1553 opened this issue 1 year ago • 2 comments

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 ...

st1553 avatar Aug 01 '24 19:08 st1553

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

josemunozc avatar Aug 04 '24 10:08 josemunozc

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

st1553 avatar Aug 13 '24 19:08 st1553

Fixed in #196. Mariadb upgraded to 10.11

aebruno avatar Feb 11 '25 14:02 aebruno