You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EngineVersionstring`env:"MANAGED_DB_ENGINE_VERSION" envDefault:"13.9"`// See AWS RDS release calendar: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html
56
+
EngineVersionstring`env:"MANAGED_DB_ENGINE_VERSION" envDefault:"15.10"`// See AWS Aurora PostgreSQL release calendar: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/aurorapostgresql-release-calendar.html
57
57
AutoVersionUpgradebool`env:"MANAGED_DB_AUTO_VERSION_UPGRADE" envDefault:"false"`// minor version upgrades only. Disable until figure out the strategy. s\See: ROX-16099
58
58
BackupRetentionPeriodint32`env:"MANAGED_DB_BACKUP_RETENTION_PERIOD" envDefault:"30"`// days
59
59
ClusterParameterGroupstring`env:"MANAGED_DB_CLUSTER_PARAMETER_GROUP"`// if empty, the default parameter group for the engine version will be used
0 commit comments