ROX-16099: new DBs will use a LTS aurora-postgresql version #900
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
New DBs will be provisioned with aurora-sqlpostgres engine version 13.9, which is a LTS (long term support) version. To stay on the LTS version, the auto upgrade minor version feature is now turned off.
This does not change existing DBs. As part of ROX-16099, I will monitor the upgrade state on AWS and disable auto upgrade on all instances, when they are all on v13.9.
Checklist (Definition of Done)
- [ ] Unit and integration tests addedTest manual
ROX-12345: ...
Test manual
Tested in a local cluster, by running:
INSTALL_OPERATOR=NO MANAGED_DB_ENABLED=TRUE ./dev/env/scripts/up.sh
./scripts/create-central.sh
And then waiting for a Central to start successfully.
To test locally, I had to make the DB publicly accessible. For this purpose, I added a new VPC, security group and DB subnet group in dev on AWS.