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

Guide/django+database instruction deprecation #672

Open
MVKozlov opened this issue Jul 14, 2023 · 0 comments
Open

Guide/django+database instruction deprecation #672

MVKozlov opened this issue Jul 14, 2023 · 0 comments

Comments

@MVKozlov
Copy link

Starting from /guides/django/200_real_apps/040_db.html, guide raise errors if used with recent versions of images.
At first, mysqlclient for pip just doesn't build. Here they write that mariadb-dev should be added to packages. With this addition it compiles successfully.

But this is not enough. at the stage of starting the migration job, we get
django.db.utils.NotSupportedError: MySQL 8 or later is required (found 5.7.42).
so the db image version needs to be raised from 5.7 to 8.0 (in the topic about secrets, this has already been done)

Maybe this, of course, is deliberately left like that? :)

@Zhbert Zhbert mentioned this issue Aug 4, 2023
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

1 participant