Aurora PG13 to PG14 Migration

来自linuxsa wiki
Evan留言 | 贡献2026年3月31日 (二) 15:57的版本
跳转到导航 跳转到搜索


回滚方案

能从快照恢复:

    RDS → 快照 → 选中升级前的快照
    恢复为新实例(或覆盖原实例)
    恢复后版本回到 PG13

aws cli
aws rds restore-db-instance-from-db-snapshot \
  --db-instance-identifier YOUR_DB_NAME_RESTORE \
  --db-snapshot-identifier before-pg14-upgrade \
  --region ap-east-1