Update postgres version in travis build#54
Conversation
rmulhol
left a comment
There was a problem hiding this comment.
LGTM! Probably want to double check with @daimesava that we're all clear to support this version on the actual deploy as well
|
Postgres 12 is not yet available in RDS. 11.6 is the latest available there. |
this is the most recent posgres version available in RDS at the moment
|
Thanks for that info @daimesava. Just pushed up a change to our schema and travis to use pg 11.6 - is that cool with you that we upgrade from 11.2 to 11.6 in our deployment? |
|
Of course. Current deployment is on 11.5, but upgrade is trivial. Just ping me when you want it done. New deployments will be with 11.6 |
|
Okay cool! I think we'll plan to cut |
* (VDB-1164) Get node name from web3_clientVersion Use IPC path as node ID * 1189 new move transformer interfaces (#48) * Move storage Transformer interface to storage pkg * Handle new storage transformer interface in plugin writer * Add additional storage value loader logging * Move event transformer interface to factories/event pkg * Handle new event transformer interface location in plugin writer * Memoize an transformer's keccakedAddress * Update resetHeaderCheckCount docker setup (#50) * 1189 fix (#52) * Update ITransformer.GetStorageKeysLookup to return a KeysLookup * Update custom-transformers.md with new transformer paths * TO-879:docker ci (#40) * dockerhub via travis * add extract-diffs * add reset-header-check * (VDB-1207) Remove non-essential smart comments (#53) - configure via postgraphile.tags.json5 instead * Update postgres version in travis build (#54) * Update postgres version in travis build to 11.6 this is the most recent posgres version available in RDS at the moment * update travis secrets (#55) Co-authored-by: Gabe Laughlin <gabe@bistrotech.net> Co-authored-by: daimesava <56128157+daimesava@users.noreply.github.com> Co-authored-by: Rob Mulholand <rmulholand@8thlight.com>
No description provided.