Keywords: Django - AWS - How to - Upgrade
Description:
How can I upgrade the bitnami postgresql from version 11 to 12? Due to the difference in version with AWS Lightsail Postgres DB, the describe table query will fail with this error:
ERROR: column c.relhasoids does not existLINE 1: ...riggers, c.relrowsecurity, c.relforcerowsecurity, c.relhasoi... ^
If there is no easy way to upgrade, is there a suggested workaround? Thanks.