postgresql - 在 ec2 中升级 postgresql

标签 postgresql amazon-ec2

我在 ec2 实例中使用 postgresql 9.3.5(在一个单独的 ebs 卷中,如 http://aws.amazon.com/articles/1663 中所述)

我计划升级一个实例并将 ebs 卷附加到这个新实例。

新实例有postgresql 9.3.6
版本差异是否会导致使用数据库出现问题?

最佳答案

引用 PostgreSQL versioning policy :

Minor releases are numbered by increasing the third part of the version number, e.g. 9.2.3 to 9.2.4. The PostgreSQL team only adds bug fixes to minor releases. All users should upgrade to the most recent minor release as soon as possible. While upgrades always have some risk, PostgreSQL minor releases fix only frequently-encountered, security, and data corruption bugs to reduce the risk of upgrading. The community considers not upgrading to be riskier than upgrading

所以你是安全的。

关于postgresql - 在 ec2 中升级 postgresql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28713849/

相关文章:

node.js - 当我的 API 出现故障时,如何收到电子邮件?

php - Gmail SMTP 在 ec2 实例中不工作

amazon-ec2 - 当我增加 AWS 卷的 IOPS 时,是否需要重新启动所有进程

php - 从 pgAdmin 进行查询。无法在 PHP 中正常运行

git - 如何在 Openshift 上更改 postgresql.conf 默认值

sql - 多对多的唯一性

amazon-web-services - 如何使用AWS CLI查找EC2实例的操作系统

amazon-web-services - YAML 解析器错误 : could not found expected : in <unicode string>

sql - Postgresql BEFORE INSERT 触发器在检查约束之前未运行

postgresql - 使用 JPA (EclipseLink) 和自定义转换器将 postgreSQL 枚举映射到 Java 枚举