You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 running Django 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 to 2.9.3 however I got the database connection isn't set to UTC error.
After some searching, I found that the solution is to fix the version of psycopg2 to 2.8.6, however, I couldn't find out in the related issues whether or not psycopg2 2.8.6 is compatible with PostgreSQL 14.x
Questions:
1 - Is psycopg2 2.8.6 compatible with PostgreSQL 14.x?
2 - Would there be any (known) issues when using psycopg2 2.8.6 with PostgreSQL 14.x?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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