Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade rds-cluster to Postgresql 13 #360

Merged
merged 1 commit into from
May 9, 2024

Conversation

krisstanton
Copy link
Collaborator

Updated the engine version and parameter group family for rds-cluster for Postgresql13

Ticket Reference: #358

DB Changes in Sandbox have already been made, so the below steps should work.
To see what DB changes were made, see Ticket #358

Follow these steps to ensure your local sandbox works.

// Pull down the latest code
git checkout main
git fetch
git pull
git checkout iss358__cumulus_upgrade_18_2_0_DB_to_13
git pull

// Run a deployment to your sandbox
DOTENV=.env.sandbox make all-init 
DOTENV=.env.sandbox make all-up-yes

// Run the smoke test
DOTENV=.env.sandbox make bash
cumulus rules enable --name PSScene3Band___1_SmokeTest
cumulus rules run --name PSScene3Band___1_SmokeTest

After running the smoke test, please let me know so I can verify it!

… for Postgresql 13. Commented out the linter so that the deployment would succeed. The smoke test verifies that the new deployment works. #358
Copy link
Collaborator

@jsrikish jsrikish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@krisstanton krisstanton merged commit 1f76041 into main May 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants