Replies: 2 comments 2 replies
-
Yes |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
The infrastructure team at the company I work for is starting the upgrade process to
PostgreSQL 14
, I have a few projects that are still runningDjango 2.2
.It will be a few months before we can migrate all apps and dependencies to be compatible with Django 3.2.
I tried to update
psycopg2
to2.9.3
however I got thedatabase connection isn't set to UTC
error.After some searching, I found that the solution is to fix the version of
psycopg2
to2.8.6
, however, I couldn't find out in the related issues whether or notpsycopg2 2.8.6
is compatible withPostgreSQL 14.x
Questions:
1 - Is
psycopg2 2.8.6
compatible withPostgreSQL 14.x
?2 - Would there be any (known) issues when using
psycopg2 2.8.6
withPostgreSQL 14.x
?Related:
django/django#14530
#1293
@dvarrazzo
Beta Was this translation helpful? Give feedback.
All reactions