Hello everyone,
I have a small database. Django version currently 2.2, postgres 9.2.24. I forgot to note the psycopg2 older version. It was working fine. I have updated django to 2.2.26 and psycopg2==2.8.3. Also, I made changes in my model and migrated. I come across this error during migration.
psycopg2.errors.SyntaxError: syntax error at or near "WITH ORDINALITY"
1) If I upgrade the postgres in the server will it affect data (other databases) in the postgres. I don't want to lose other databases. Any suggestions?
Thanks
Kannan