Standardize postgres version across environments #809
Labels
internal
issues that are difficult for external contributors to work on
tooling-upgrades
upgrades to any tooling that we use, including gems
Currently, this app's docker config is using postgres version 12, travis config is using postgres version 9.6, and production instance is using postgres version 9.4 - but could be upgraded up to postgres version 11 (the latest version supported by RDS).
It seems like a good idea to standardize on a postgres version across the docker config, travis config and production instance - I'd suggest version 11?
The text was updated successfully, but these errors were encountered: