N
Neon14mo ago
unwilling-turquoise

conn = _connect(dsn, connection_factory=

conn = _connect(dsn, connection_factory=connection_factory, **kwasync) django.db.utils.OperationalError: connection to server at "ep-billowing-resonance-a54yftck.us-east-2.aws.neon.tech" (3.143.47.40), port 5432 failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. I got this error when I try to "py manage.py migrate"
2 Replies
eastern-cyan
eastern-cyan14mo ago
Hmm, do you mind sharing more details? Does this issue happen all the time and you're unable to run migrations or did it happen once?
other-emerald
other-emerald14mo ago
https://github.com/neondatabase/examples/tree/main/with-django might be helpful since it's a django project I assume
GitHub
examples/with-django at main · neondatabase/examples
Examples and code snippets demonstrating common ways of integrating Neon with various frameworks and languages. - neondatabase/examples

Did you find this page helpful?