EREGCSC-2583 Update PostgreSQL engine to 15.8 #1511
Merged
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.
Resolves #2583
Description-
To stay ATO compliant we need to be on the latest patch release for our major PostgreSQL version, which is 15.8.
This pull request changes...
Steps to manually verify this change...
a. Go to API Gateway for prod site. (
prod-cmcs-eregs-site
)b. Under "Resources", click "ANY", then click the "Integration request" tab.
c. Click the "Edit" button.
d. Under the "Lambda function" dropdown, search for "maintenance" and select the maintenance lambda.
e. Click "Save". Then click "Deploy API" and confirm.
f. Wait a few minutes for the changes to take effect, then refresh the eRegs prod site and verify it is in maintenance mode.
psql
while on the VPN, then run the commandSELECT version();
. You should see a version string indicating "15.8" as the new version.You do not need to undo the API Gateway maintenance mode changes- Serverless will handle it automatically as the deploy finishes.