UniversityOfHelsinkiCS / oodikone

An application for analyzing university data
https://oodikone.helsinki.fi
MIT License
14 stars 6 forks source link

[Updater][Backend] AWS RDS compatibility #4571

Closed EssKayz closed 2 months ago

EssKayz commented 2 months ago

There were some issues getting connections to AWS RDS hosted postgres with self signed certificates due to the knex default configurations, so tried to alleviate some of them. The defaults for this changed somewhere around 2020 : https://node-postgres.com/announcements#2020-02-25

Also cleaned up some migration files that were doing things that were seemingly not that relevant, that were also causing some grey hairs in configuring database in RDS.