Discussion:
Unable to do the initial migrations with django-2.1.3 and "mysql 5.5.62-0+deb8u1 (Debian)"
Periklis Gkolias
2018-12-02 20:21:28 UTC
Permalink
Hi there,

I am trying to bootstrap a project with mysql and django with the versions
described in the subject line.

The app works fine if I just do a "runserver" and ignore the migration
warning but when I apply the migrations I am getting the stacktrace you can
see in the linked
<https://docs.google.com/document/d/1LijS1KHjn8YbW_B7L_lIYHuqC6pHMRurrq4L9k7i-uc/edit?usp=sharing>
file.


I have seen similar stuff in SO like this
<https://stackoverflow.com/questions/49624954/raise-migrationschemamissingunable-to-create-the-django-migrations-table-s> but
none of the solutions have worked.

I would highly appreciate any piece of documentation to guide me further.
Of course, do not hesitate to contact me if you have any questions.

Thanks,
Periklis
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cfbcadb1-09e0-49c9-b88e-9e215706dd65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Simon Charette
2018-12-02 20:57:45 UTC
Permalink
Hello there,

Django 2.1 dropped support for MySQL 5.5[0] as the end of
upstream support is December 2018.

You'll have to update to a more recent version to use Django 2.1+.

Cheers,
Simon

[0]
https://docs.djangoproject.com/en/2.1/releases/2.1/#dropped-support-for-mysql-5-5
Post by Periklis Gkolias
Hi there,
I am trying to bootstrap a project with mysql and django with the versions
described in the subject line.
The app works fine if I just do a "runserver" and ignore the migration
warning but when I apply the migrations I am getting the stacktrace you can
see in the linked
<https://docs.google.com/document/d/1LijS1KHjn8YbW_B7L_lIYHuqC6pHMRurrq4L9k7i-uc/edit?usp=sharing>
file.
I have seen similar stuff in SO like this
<https://stackoverflow.com/questions/49624954/raise-migrationschemamissingunable-to-create-the-django-migrations-table-s> but
none of the solutions have worked.
I would highly appreciate any piece of documentation to guide me further.
Of course, do not hesitate to contact me if you have any questions.
Thanks,
Periklis
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6fb5c24a-a420-42bf-90bc-fe5e0f35a665%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Periklis Gkolias
2018-12-02 21:19:24 UTC
Permalink
Thanks Simon, I havent noticed that.
Post by Simon Charette
Hello there,
Django 2.1 dropped support for MySQL 5.5[0] as the end of
upstream support is December 2018.
You'll have to update to a more recent version to use Django 2.1+.
Cheers,
Simon
[0]
https://docs.djangoproject.com/en/2.1/releases/2.1/#dropped-support-for-mysql-5-5
Post by Periklis Gkolias
Hi there,
I am trying to bootstrap a project with mysql and django with the
versions described in the subject line.
The app works fine if I just do a "runserver" and ignore the migration
warning but when I apply the migrations I am getting the stacktrace you can
see in the linked
<https://docs.google.com/document/d/1LijS1KHjn8YbW_B7L_lIYHuqC6pHMRurrq4L9k7i-uc/edit?usp=sharing>
file.
I have seen similar stuff in SO like this
<https://stackoverflow.com/questions/49624954/raise-migrationschemamissingunable-to-create-the-django-migrations-table-s> but
none of the solutions have worked.
I would highly appreciate any piece of documentation to guide me further.
Of course, do not hesitate to contact me if you have any questions.
Thanks,
Periklis
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/6fb5c24a-a420-42bf-90bc-fe5e0f35a665%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/6fb5c24a-a420-42bf-90bc-fe5e0f35a665%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE_d2biW5UULZeAdDdPPYsupV7tiE3evcxtKiC7xU1Ka3UXbvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...