Graphback: Update Docker PostgreSQL templates to use version 11.x

Created on 27 Apr 2020  路  10Comments  路  Source: aerogear/graphback

Our Postgres Docker templates still use version 9.6. AFAIK migrations work in v11 but we should test this and bump our versions to v11.

Also, we should document what versions of PG we support in migrations

https://graphback.dev/docs/db/dbintroduction

good first issue Hacktoberfest up for grabs

All 10 comments

I have not checked this part of the project yet. Interested to take this one up later today. WDYT? @craicoverflow @wtrocki

We know that this update will cause issues and also we need to know what version we have in the kube rh envs before we migrate to 11 or 12. There should be some mention on v11 or v12 on knex side that might be blocked. This requires a lot of context to be done but it is nice to do some investigation etc. Let's chat about it first

We know that this update will cause issues and also we need to know what version we have in the kube rh envs before we migrate to 11 or 12.

Does it matter what version is in the RH environment? I would imagine the templates in this repo will not affect that, rather the docker-compose in DataSync Starter would be the place to ensure the versions match.

@craicoverflow Thanks to the contribution guidelines I'll be able to make this change and test it. I would like to solve this issue as part of the hacktoberfest event, Can you please assign this task to me?

Sure thing @ThirumlaDevi I have assigned you for now. Thanks!

@wtrocki When i referred to the link PostgreSQL versions other than 11.x version is supported by this repo. In reference to this comment, i believe i can still try and upgrade Postgres Docker templates to version 12.x as this version is supported by postgresql.

@ThirumlaDevi Ignore my coment use current docker image. We found that those images behave differently and it will require a lots of tests to get around.

@craicoverflow @wtrocki I have updated Docker PostgreSQL templates to use version 11.x and I have also tested the same.
I have explained this in detail in the below PR description ---> https://github.com/aerogear/graphback/pull/2154
Also can you please re-assign this task to me?

Fixed in #2154 - thanks again @ThirumlaDevi

Was this page helpful?
0 / 5 - 0 ratings