hpc-toolset-tutorial
hpc-toolset-tutorial copied to clipboard
MariaDB error
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 ...
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
Thank you. I actually don't see a .venv directory. Where is that?
Fixed in #196. Mariadb upgraded to 10.11