action-center-platform
action-center-platform copied to clipboard
Standardize postgres version across environments
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?