DFE-Digital/apply-for-teacher-training

Upgrade PostgreSQL to version 10

heidar opened this issue · 2 comments

Azure offers PostgreSQL 10 and we are on 9 at the moment, it'd be nice to be on the latest version but not a dealbreaker. It's probably easier to do this now than later.

This is most likely done by passing a parameter in the ARM template.

If we've put the version in the README, remember to update that too.

Yes, this should be specified as a Postgres version in the template.json - @EwanNoble do you know the format to do this? Feel free to do it in a branch and open a PR. We may need to tear down / recreate the DB after.