AutoMinorVersionUpgrade
Automatic minor version upgrade control for database resources. Set to false to disable. When enabled, AWS will automatically apply minor engine version upgrades to RDS instances, ElastiCache clusters, and other supported database resources during their maintenance windows.
| Default value | true |
| Allowed values | true, false |
Use Cases
- Set to
falsewhen you need to pin database engine versions for compliance or compatibility reasons - Set to
falsein production environments where you want to control exactly when database upgrades occur - Leave as
true(default) to automatically receive security patches and bug fixes for your database engines
Additional Information
This parameter applies to all embedded database resources defined in your convox.yml (such as postgres, mysql, redis, etc.). It maps directly to the AWS AutoMinorVersionUpgrade property on the underlying CloudFormation resources.
When disabled, you are responsible for manually upgrading database engine versions. Leaving minor version upgrades disabled for extended periods may result in running database versions that no longer receive security patches from AWS.
$ convox apps params set AutoMinorVersionUpgrade=false