Skip to content

Upgrade PostgreSQL to 11 #74

@vgeorge

Description

@vgeorge

Suggestion by Eric Sooros:

One further change that may be helpful -- the newer versions of postgresql (10+, but 12 especially when it's available on RDS) have improving support for parallelizing expensive queries. I think this would likely be helpful here, and at the very least, not harmful.

From my look at the code, this app doesn't appear to be doing anything that would cause issues with upgrading. I've run the upgrade on the dev-scale database in RDS and haven't seen any issues. (but, as you know, it's not a very complete system).

I believe we just need to test this change locally by upgrading PostgreSQL at Docker compose file. If there is no issues, we can migrate the production database.

I've just noticed that we are using a PostGIS image, which was set at the begining of the project. I think we can drop it, as no geo features are being used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions